minor changes
This commit is contained in:
@@ -283,7 +283,7 @@ alias gupv='git pull --rebase -v'
|
||||
alias gwch='git whatchanged -p --abbrev-commit --pretty=medium'
|
||||
alias gwip='git add -A; git rm $(git ls-files --deleted) 2> /dev/null; git commit --no-verify --no-gpg-sign -m "--wip-- [skip ci]"'
|
||||
|
||||
alias apt="sudo apt"
|
||||
#alias apt="sudo apt"
|
||||
alias vim="vim -p"
|
||||
|
||||
export PS1='\e[0;35m\t \e[0;32m\u@\h:\w\e[m\n\$ '
|
||||
@@ -293,3 +293,4 @@ figlet `hostname`
|
||||
bind '"\e[A": history-search-backward'
|
||||
bind '"\e[B": history-search-forward'
|
||||
|
||||
export EDITOR=vim
|
||||
|
||||
Reference in New Issue
Block a user