Terraform alias

This commit is contained in:
Johannes Rothe 2025-02-01 08:30:50 +01:00
parent 3b57c14e1b
commit 556bf0d7c0

View File

@ -60,6 +60,7 @@
''; '';
shellAliases = { shellAliases = {
"..." = "cd ../.."; "..." = "cd ../..";
"t" = "terraform";
"cds" = "cd ~/src/"; "cds" = "cd ~/src/";
"cdc" = "cd ~/catkin_ws/src/"; "cdc" = "cd ~/catkin_ws/src/";
"ll" = "ls -lh"; "ll" = "ls -lh";