1
0
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_dotfiles.git synced 2024-08-16 16:09:49 +02:00
This commit is contained in:
Lilian Roller 2019-03-15 11:17:38 +01:00
parent 1a6c710263
commit 4d77497856
No known key found for this signature in database
GPG key ID: 5215C3441797AB2B
2 changed files with 4 additions and 0 deletions

View file

@ -2,6 +2,8 @@
# should we install keychain for ssh-add support? # should we install keychain for ssh-add support?
install_keychain: False install_keychain: False
extra_bashrc: ''
# some bash variables # some bash variables
bash: bash:
bashrc: '' bashrc: ''

View file

@ -19,6 +19,8 @@ PS1='$(if [[ $(id -u) -ne 0 ]];then echo "\[\033[01;33m\]"; else echo "\[\033[01
{{ bash['keychain'] }} {{ bash['keychain'] }}
{% endif %} {% endif %}
{{ extra_bashrc }}
# User specific aliases and functions # User specific aliases and functions
alias ll="ls -all" alias ll="ls -all"