Commit f2d28e8

mo khan <mo@mokhan.ca>
2021-07-15 00:00:40
feat: include git branch in prompt
1 parent bfd7ea9
Changed files (1)
bashrc
@@ -13,4 +13,4 @@ alias pbpaste='xclip -selection clipboard -o'
 alias ps="ps auxf"
 alias sshc="vim ~/.ssh/config"
 
-PS1="\[\e[0;36m\]\w\[\e[0m\] \nモ "
+PS1="\[\e[0;36m\]\w\[\e[0m\]\$(__git_ps1)\nモ "