Fish, simplify functions, move n alias call
Simplifies the git_ family of functions to make fish_right_prompt more readable. git_prompt function is added, which prints the relevant git prompt information. The git_ family of functions is moved into the git_prompt function, and fish_right_prompt calls git_prompt Going forward I'm trying to have modules in charge of the data for other modules, so I moved the nnn alias call from fish to n, and added a handy "extraFunctions" config option to fish. Maintaining the fish module's control of the functions, but allowing others to add stuff in
This commit is contained in:
parent
0336466d64
commit
9978fb7921
13 changed files with 96 additions and 130 deletions
|
|
@ -15,7 +15,7 @@
|
|||
manpages.enable = true;
|
||||
trash.enable = true;
|
||||
|
||||
zsh.enable = true;
|
||||
fish.enable = true;
|
||||
kitty.enable = true;
|
||||
kitty.font = "Cascadia Code";
|
||||
git.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue