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:
Zhongheng Liu 2024-08-11 20:40:39 +08:00
commit 28506968d7
No known key found for this signature in database
5 changed files with 258 additions and 4 deletions

View file

@ -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";