Loading .shell/aliases +12 −0 Original line number Diff line number Diff line Loading @@ -42,4 +42,16 @@ alias ipyhton3=ipython3 . ~/.shell/lib/virtualenv.bash ## Functions for users ## =================== search(){ local IFS=\| ~/.shell/bin/grep-auto-exclude grep \ --exclude-dir=.venv\* \ --exclude-dir=.mypy_cache \ --color=auto -nrEI "$*" . } # vim: ft=sh Loading
.shell/aliases +12 −0 Original line number Diff line number Diff line Loading @@ -42,4 +42,16 @@ alias ipyhton3=ipython3 . ~/.shell/lib/virtualenv.bash ## Functions for users ## =================== search(){ local IFS=\| ~/.shell/bin/grep-auto-exclude grep \ --exclude-dir=.venv\* \ --exclude-dir=.mypy_cache \ --color=auto -nrEI "$*" . } # vim: ft=sh