feat: expanded fish configuration
Refactored fish configuration values into separate directory Created fish init shell code for nh and zoxide Reverted removal of cd=z alias since it works now
This commit is contained in:
parent
dbba4a63e0
commit
28506968d7
5 changed files with 258 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
{pkgs}: {
|
||||
#cd = "z";
|
||||
#cdi = "zi";
|
||||
cd = "z";
|
||||
cdi = "zi";
|
||||
ls = "${pkgs.eza}/bin/exa";
|
||||
cat = "${pkgs.bat}/bin/bat";
|
||||
ll = "ls -l";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue