separate kubernetes and terraform fish abbrs

This commit is contained in:
Noah Masur
2022-06-21 08:33:05 -04:00
parent c08c5c5a9e
commit 1d9f48f5d3
5 changed files with 41 additions and 21 deletions

View File

@ -120,6 +120,12 @@
];
};
programs.fish.shellAbbrs = {
ta = "tmux attach-session";
tan = "tmux attach-session -t noah";
tnn = "tmux new-session -s noah";
};
};
}