summaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
authorThanosApollo <[email protected]>2022-08-13 22:53:36 +0300
committerThanosApollo <[email protected]>2022-08-13 22:53:36 +0300
commitf04929b368a40849d3ac2714e694566344b3017b (patch)
tree51169fd28b570967182255d5417281d529cfe5ec /.bashrc
parent16aaceacb02d39fdc9854feb7a053fb8e9c5b847 (diff)
Update bashrc
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc4
1 files changed, 3 insertions, 1 deletions
diff --git a/.bashrc b/.bashrc
index d55cdad..f8cd624 100644
--- a/.bashrc
+++ b/.bashrc
@@ -27,7 +27,8 @@
export PATH="$HOME/.emacs.d/bin:$PATH"
-PS1='\n\[\e[0m\][\[\e[0;1;38;5;208m\]\w\[\e[0;2;38;5;248m\]|\[\e[0;2;38;5;220m\]$(git branch 2>/dev/null | grep '"'"'^*'"'"' | colrm 1 2) \[\e[0;2;38;5;242m\]\t\[\e[0m\]]\n\[\e[0m\]-\[\e[0m\]> \[\e[0m\]'
+#PS1='\n\[\e[0m\][\[\e[0;1;38;5;208m\]\w\[\e[0;2;38;5;248m\]|\[\e[0;2;38;5;220m\]$(git branch 2>/dev/null | grep '"'"'^*'"'"' | colrm 1 2) \[\e[0;2;38;5;242m\]\t\[\e[0m\]]\n\[\e[0m\]-\[\e[0m\]> \[\e[0m\]'
+eval "$(starship init bash)"
#Neovim > Vim
alias vim='nvim'
@@ -58,3 +59,4 @@ alias logout='pkill -U'
alias neofetch='neofetch | lolcat'
alias b='bluetoothctl'
alias ba='bluetooth-autoconnect'
+