diff --git a/playbook.yml b/playbook.yml index e9a383f..d656e59 100644 --- a/playbook.yml +++ b/playbook.yml @@ -1,6 +1,5 @@ --- - hosts: all -# strategy: free roles: - { role: packages, become: true} - { role: ssh, become: true} diff --git a/roles/configs/files/bashrc b/roles/configs/files/bashrc index f328fd7..80bc36a 100644 --- a/roles/configs/files/bashrc +++ b/roles/configs/files/bashrc @@ -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'