keine abbr
This commit is contained in:
@@ -2,11 +2,10 @@
|
||||
|
||||
programs.fish = {
|
||||
enable = true;
|
||||
shellAbbrs = {
|
||||
# nix develop -c $SHELL
|
||||
nd = "nix develop -c fish";
|
||||
lg = "lazygit";
|
||||
};
|
||||
# shellAbbrs = {
|
||||
# nd = "nix develop -c fish";
|
||||
# lg = "lazygit";
|
||||
# };
|
||||
|
||||
interactiveShellInit = ''
|
||||
set fish_greeting
|
||||
@@ -59,6 +58,7 @@
|
||||
|
||||
programs.starship = {
|
||||
enable = true;
|
||||
enableFishIntegration = true;
|
||||
};
|
||||
|
||||
programs.git = {
|
||||
|
||||
Reference in New Issue
Block a user