hm
This commit is contained in:
@@ -2,9 +2,9 @@
|
||||
|
||||
{
|
||||
|
||||
home.packages = with pkgs; [
|
||||
oh-my-fish
|
||||
];
|
||||
home.packages = with pkgs; [
|
||||
oh-my-fish
|
||||
];
|
||||
|
||||
programs.fish = {
|
||||
enable = true;
|
||||
@@ -15,7 +15,7 @@
|
||||
".." = "cd ..";
|
||||
"..." = "cd ../..";
|
||||
"...." = "cd ../../..";
|
||||
"ls" = "eza";
|
||||
"pls" = "pls -d typ -d perm -d user -d group -d size -d mtime -d git";
|
||||
"z" = "zoxide";
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user