add fish abbrs and header
This commit is contained in:
parent
7b28c1ddf9
commit
55fdbf0217
1 changed files with 14 additions and 0 deletions
|
@ -17,6 +17,20 @@ in
|
|||
};
|
||||
programs.fish = {
|
||||
enable = true;
|
||||
shellAbbrs = {
|
||||
"gco" = "git checkout";
|
||||
"gcb" = "git checkout -b";
|
||||
"gp" = "git push";
|
||||
"gpf" = "git push --force";
|
||||
"gap" = "git commit -a --amend --no-edit && git push --force";
|
||||
"gl" = "git pull";
|
||||
"ga" = "git add";
|
||||
"l" = "eza -lg --icons=always --colour=always | culr";
|
||||
"la" = "eza -lg --icons=always --colour=always | culr";
|
||||
};
|
||||
interactiveShellInit = ''
|
||||
${../rice/header.sh}
|
||||
'';
|
||||
};
|
||||
programs.zoxide = {
|
||||
enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue