Refactor shell aliases to move folder navigation aliases to the utility section
This commit is contained in:
@@ -137,12 +137,6 @@
|
|||||||
|
|
||||||
# Shell aliases
|
# Shell aliases
|
||||||
shellAliases = {
|
shellAliases = {
|
||||||
# Folder navigation
|
|
||||||
# "." = "cd .";
|
|
||||||
# ".." = "cd ..";
|
|
||||||
# "..." = "cd ../..";
|
|
||||||
# "...." = "cd ../../..";
|
|
||||||
|
|
||||||
# Docker Compose alias (for old scripts)
|
# Docker Compose alias (for old scripts)
|
||||||
"docker-compose" = "docker compose";
|
"docker-compose" = "docker compose";
|
||||||
|
|
||||||
@@ -197,6 +191,11 @@
|
|||||||
|
|
||||||
# Utility aliases
|
# Utility aliases
|
||||||
"random" = "openssl rand -base64";
|
"random" = "openssl rand -base64";
|
||||||
|
|
||||||
|
# Folder navigation
|
||||||
|
".." = "cd ..";
|
||||||
|
"..." = "cd ../..";
|
||||||
|
"...." = "cd ../../..";
|
||||||
};
|
};
|
||||||
|
|
||||||
# Profile extra (runs for login shells)
|
# Profile extra (runs for login shells)
|
||||||
|
|||||||
Reference in New Issue
Block a user