Refactor shell aliases to move folder navigation aliases to the utility section
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user