Smol fixes

This commit is contained in:
lulzette 2023-06-17 19:11:09 +03:00
parent 0690f7decc
commit fb6e063d83
2 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,5 @@
---
- hosts: all
# strategy: free
roles:
- { role: packages, become: true}
- { role: ssh, become: true}

View File

@ -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 apt="sudo apt"
alias vim="vim -p"
export PS1='\e[0;35m\t \e[0;32m\u@\h:\w\e[m\n\$ '
figlet `hostname`
# Scroll как с oh my zsh
bind '"\e[A": history-search-backward'
bind '"\e[B": history-search-forward'