Skip to content
Snippets Groups Projects
Commit 99efa4c9 authored by Sven Mäder's avatar Sven Mäder :speech_balloon:
Browse files

Add and sync aliases

parent d53f08d2
No related branches found
No related tags found
No related merge requests found
......@@ -30,6 +30,7 @@ alias lat='ls -hlAFtr'
alias las='ls -hlASr'
alias snk='ssh -o StrictHostKeyChecking=no -o GlobalKnownHostsFile=/dev/null -o UserKnownHostsFile=/dev/null'
alias snc='ssh -o ControlMaster=no -o ControlPath=none'
alias snp='snk -o ControlMaster=no -o ControlPath=none -o PubkeyAuthentication=no -o PreferredAuthentications=password'
alias ldapsearch='ldapsearch -o ldif-wrap=no'
alias lds='ldapsearch -xZZ'
alias ccze='ccze -A -o nolookups'
......@@ -52,8 +53,10 @@ alias gitla='git adog'
alias gitlv='git adogv'
alias gg='git grep -i'
alias g='grep -iE'
alias gl='grep -iE --line-buffered'
alias gr='grep -RiE --exclude-dir=\.git'
alias rg='rg -S --colors "line:fg:yellow" --colors "path:fg:green"'
alias rgl='rg --line-buffered'
alias trea='tree -a -I ".git"'
alias treea='trea'
alias tree='tree -I ".git"'
......
......@@ -34,6 +34,7 @@ alias las='ls -hlASr'
alias s='ssh'
alias snk='ssh -o StrictHostKeyChecking=no -o GlobalKnownHostsFile=/dev/null -o UserKnownHostsFile=/dev/null'
alias snc='ssh -o ControlMaster=no -o ControlPath=none'
alias snp='snk -o ControlMaster=no -o ControlPath=none -o PubkeyAuthentication=no -o PreferredAuthentications=password'
alias sr='ssh -J rda.ethz.ch'
alias shci='ssh -J phd-jump-hci.ethz.ch'
alias shit='ssh -J phd-jump-hit.ethz.ch'
......@@ -68,8 +69,10 @@ alias gitla='git adog'
alias gitlv='git adogv'
alias gg='git grep -i'
alias g='grep -iE'
alias gl='grep -iE --line-buffered'
alias gr='grep -RiE --exclude-dir=\.git'
alias rg='rg -S --colors "line:fg:yellow" --colors "path:fg:green"'
alias rgl='rg --line-buffered'
alias trea='tree -a -I ".git"'
alias treea='trea'
alias tree='tree -I ".git"'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment