Commit 6e2cc68

mo khan <mo@mokhan.ca>
2021-07-19 19:45:20
fix: use C lang friendly character in prompt
1 parent fccbfd9
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\]\$(__git_ps1)\nモ "
+PS1="\[\e[0;36m\]\w\[\e[0m\]\$(__git_ps1)\n$ "