diff options
Diffstat (limited to '.bash_profile')
| -rw-r--r-- | .bash_profile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.bash_profile b/.bash_profile index 62370de..e9ba68e 100644 --- a/.bash_profile +++ b/.bash_profile @@ -31,6 +31,7 @@ export USE_GKE_GCLOUD_AUTH_PLUGIN=True # ==== Aliases alias wttr='curl http://wttr.in/berlin' alias la='ls -a' +alias dirs="dirs -v" alias srv="python3 -m http.server" # start simple server alias tagme='ctags -R --languages=ruby --exclude=.git --exclude=log . $(bundle list --paths)' alias gpgkill='( |
