From f04929b368a40849d3ac2714e694566344b3017b Mon Sep 17 00:00:00 2001 From: ThanosApollo Date: Sat, 13 Aug 2022 22:53:36 +0300 Subject: Update bashrc --- .bashrc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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' + -- cgit v1.2.3