diff --git a/config/bash.nix b/config/bash.nix index 0aa3066..d13a96b 100644 --- a/config/bash.nix +++ b/config/bash.nix @@ -137,12 +137,6 @@ # Shell aliases shellAliases = { - # Folder navigation - # "." = "cd ."; - # ".." = "cd .."; - # "..." = "cd ../.."; - # "...." = "cd ../../.."; - # Docker Compose alias (for old scripts) "docker-compose" = "docker compose"; @@ -197,6 +191,11 @@ # Utility aliases "random" = "openssl rand -base64"; + + # Folder navigation + ".." = "cd .."; + "..." = "cd ../.."; + "...." = "cd ../../.."; }; # Profile extra (runs for login shells)