Move files into the template folder of their role
This commit is contained in:
15
roles/bash/templates/bash_aliases
Normal file
15
roles/bash/templates/bash_aliases
Normal file
@ -0,0 +1,15 @@
|
||||
# General
|
||||
alias ll='ls -al --color=auto'
|
||||
alias ls='ls -l --color=auto'
|
||||
|
||||
alias nb=man
|
||||
alias enby=man
|
||||
|
||||
alias furryfox=firefox
|
||||
|
||||
alias flauschctl=systemctl
|
||||
|
||||
# GnuPG2
|
||||
alias gpg=gpg2
|
||||
|
||||
|
Reference in New Issue
Block a user