Skip to content

Commit

Permalink
Enable vi in command line
Browse files Browse the repository at this point in the history
  • Loading branch information
hansrajdas committed Oct 4, 2021
1 parent 651755b commit cf011d1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .bash_aliases
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
set -o vi

# export PS1="\u@\h \w$ "
export PS1="\[\033[32m\]\w\[\033[33m\] \$(parse_git_branch)\[\033[00m\]$ "
export CLICOLOR=YES # For macOS
Expand Down

0 comments on commit cf011d1

Please sign in to comment.