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