alias to apt
This commit is contained in:
parent
5ac9ed8242
commit
e404734204
@ -283,5 +283,8 @@ alias gupv='git pull --rebase -v'
|
|||||||
alias gwch='git whatchanged -p --abbrev-commit --pretty=medium'
|
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 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"
|
||||||
|
|
||||||
export PS1='\e[0;35m\t \e[0;32m\u@\h:\w\e[m\n\$ '
|
export PS1='\e[0;35m\t \e[0;32m\u@\h:\w\e[m\n\$ '
|
||||||
figlet `hostname`
|
figlet `hostname`
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user