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
|
||||
|
||||
|
4
roles/bash/templates/bash_includes/moshy.sh
Normal file
4
roles/bash/templates/bash_includes/moshy.sh
Normal file
@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
|
||||
alias moshy='function _moshy(){ mosh "$1" -- tmux at; };_moshy'
|
||||
|
Reference in New Issue
Block a user