diff --git a/.bash_aliases b/.bash_aliases index d68bc86..a1b935e 100644 --- a/.bash_aliases +++ b/.bash_aliases @@ -46,6 +46,8 @@ cdla(){ cd "$(\ls -1dt ./*/ | head -n 1)" } +alias mn-ansible='source /home/jscharre/workdir/ansible-2.10-py39/bin/activate && cd /home/jscharre/workdir/ansible-2.10-py39/ && ls -ld ans*' + # making git-life easier gitc(){ git commit -a -m "$1" @@ -58,6 +60,7 @@ alias gitchd='git checkout develop' #directly switch to develop branch (ManageNo # misc alias px="ps auxf" alias o="xdg-open" +alias lg='lazygit' # pretty print json alias ppjson='python -c "import sys, json; print json.dumps(json.load(sys.stdin), sort_keys=True, indent=4)"' @@ -83,6 +86,7 @@ alias pign=ping # other stuff alias eierabend='xflock4 ; systemctl suspend --no-wall' alias updgrade='sudo aptitude update && sudo aptitude upgrade -y' +alias lsld='ls -ld *' # better passwords! alias apg='apg -M sncl -n 15 -m 10 -x 20'