mirror of
https://github.com/roles-ansible/ansible_role_dotfiles.git
synced 2024-08-16 16:09:49 +02:00
MOAR
This commit is contained in:
parent
1a6c710263
commit
4d77497856
2 changed files with 4 additions and 0 deletions
|
@ -2,6 +2,8 @@
|
|||
# should we install keychain for ssh-add support?
|
||||
install_keychain: False
|
||||
|
||||
extra_bashrc: ''
|
||||
|
||||
# some bash variables
|
||||
bash:
|
||||
bashrc: ''
|
||||
|
|
|
@ -19,6 +19,8 @@ PS1='$(if [[ $(id -u) -ne 0 ]];then echo "\[\033[01;33m\]"; else echo "\[\033[01
|
|||
{{ bash['keychain'] }}
|
||||
{% endif %}
|
||||
|
||||
{{ extra_bashrc }}
|
||||
|
||||
# User specific aliases and functions
|
||||
alias ll="ls -all"
|
||||
|
||||
|
|
Loading…
Reference in a new issue