Smol fixes
This commit is contained in:
parent
0690f7decc
commit
fb6e063d83
@ -1,6 +1,5 @@
|
|||||||
---
|
---
|
||||||
- hosts: all
|
- hosts: all
|
||||||
# strategy: free
|
|
||||||
roles:
|
roles:
|
||||||
- { role: packages, become: true}
|
- { role: packages, become: true}
|
||||||
- { role: ssh, become: true}
|
- { role: ssh, become: true}
|
||||||
|
@ -284,10 +284,12 @@ 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"
|
alias apt="sudo apt"
|
||||||
|
alias vim="vim -p"
|
||||||
|
|
||||||
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`
|
||||||
|
|
||||||
|
# Scroll как с oh my zsh
|
||||||
bind '"\e[A": history-search-backward'
|
bind '"\e[A": history-search-backward'
|
||||||
bind '"\e[B": history-search-forward'
|
bind '"\e[B": history-search-forward'
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user