mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
vanadium/fish: abbreviation
This commit is contained in:
parent
c13a102967
commit
3f46bd7c81
1 changed files with 6 additions and 1 deletions
|
|
@ -115,7 +115,12 @@
|
||||||
|
|
||||||
lazygit.enable = true;
|
lazygit.enable = true;
|
||||||
|
|
||||||
fish.enable = true;
|
fish = {
|
||||||
|
enable = true;
|
||||||
|
shellAbbrs = {
|
||||||
|
"fdoc" = "find ~/Documents -name";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
starship.enable = true;
|
starship.enable = true;
|
||||||
tmux.enable = true;
|
tmux.enable = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue