diff options
| author | Ahmed Abdelhalim <[email protected]> | 2025-07-24 10:30:18 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2025-07-24 10:30:18 +0200 |
| commit | b5647650467f9cced85207e161b09aa632fa0696 (patch) | |
| tree | c049c717b676b8f3728e12d481924a40f55cdb9d /.bash_profile | |
| parent | b007ef77bbe8f1e55a9bd2b5a5be2b5ed3f5eebf (diff) | |
Minor modification
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='( |
