Подправил sshd конфиг, сделал прикольный PS1 в баше

This commit is contained in:
2021-12-31 04:27:03 +00:00
parent 90f0f37f2b
commit aaffd8cab1
3 changed files with 4 additions and 57 deletions

View File

@@ -283,3 +283,4 @@ 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]"'
export PS1='\e[0;35m\t \e[0;32m\u@\h:\w\e[m\n\$ '