From b5647650467f9cced85207e161b09aa632fa0696 Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Thu, 24 Jul 2025 10:30:18 +0200 Subject: Minor modification --- .bash_profile | 1 + 1 file changed, 1 insertion(+) (limited to '.bash_profile') 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='( -- cgit v1.2.3