Initial commit
This commit is contained in:
9
.bashrc
Normal file
9
.bashrc
Normal file
@ -0,0 +1,9 @@
|
||||
alias vim='nvim'
|
||||
|
||||
|
||||
parse_git_branch() {
|
||||
git branch 2> /dev/null | sed -e '/^[^*]/d' -e 's/* \(.*\)/ (\1)/'
|
||||
}
|
||||
|
||||
|
||||
PS1='${debian_chroot:+($debian_chroot)}\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\[\033[33m\]$(parse_git_branch)\[\033[00m\]\$ '
|
||||
Reference in New Issue
Block a user