diff options
author | ThanosApollo <[email protected]> | 2022-08-13 22:53:36 +0300 |
---|---|---|
committer | ThanosApollo <[email protected]> | 2022-08-13 22:53:36 +0300 |
commit | f04929b368a40849d3ac2714e694566344b3017b (patch) | |
tree | 51169fd28b570967182255d5417281d529cfe5ec | |
parent | 16aaceacb02d39fdc9854feb7a053fb8e9c5b847 (diff) |
Update bashrc
-rw-r--r-- | .bashrc | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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' + |