mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-05 20:50:15 +00:00
separate kubernetes and terraform fish abbrs
This commit is contained in:
@ -120,6 +120,12 @@
|
||||
];
|
||||
};
|
||||
|
||||
programs.fish.shellAbbrs = {
|
||||
ta = "tmux attach-session";
|
||||
tan = "tmux attach-session -t noah";
|
||||
tnn = "tmux new-session -s noah";
|
||||
};
|
||||
|
||||
};
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user