mirror of
https://github.com/Superredstone/nixos.git
synced 2026-06-17 15:24:39 +02:00
fix(fish): shell completions
This commit is contained in:
+1
-1
@@ -3,7 +3,7 @@
|
||||
programs.fish = {
|
||||
enable = true;
|
||||
shellAliases = {
|
||||
"please" = "sudo $(fc -ln -1)";
|
||||
"please" = "sudo $history[1]";
|
||||
"amend" = "git commit --amend";
|
||||
"commit" = "git commit";
|
||||
"add" = "git add .";
|
||||
|
||||
Reference in New Issue
Block a user