fixes or not
This commit is contained in:
@@ -4,10 +4,14 @@
|
||||
|
||||
home.packages = with pkgs; [
|
||||
fish
|
||||
oh-my-fish
|
||||
];
|
||||
|
||||
programs.fish = {
|
||||
enable = true;
|
||||
interactiveShellInit = ''
|
||||
set fish_greeting ""
|
||||
'';
|
||||
shellAliases = {
|
||||
".." = "cd ..";
|
||||
"..." = "cd ../..";
|
||||
|
||||
Reference in New Issue
Block a user