refactor(fish): use shellAliases for Atuin history compatibility, remove xh
This commit is contained in:
+3
-4
@@ -18,10 +18,12 @@ in
|
||||
enable = true;
|
||||
|
||||
shellAbbrs = {
|
||||
# Navigation
|
||||
# Navigation (one-shot, no need to recall in history)
|
||||
".." = "cd ..";
|
||||
"..." = "cd ../..";
|
||||
};
|
||||
|
||||
shellAliases = {
|
||||
# File listing (eza)
|
||||
ls = "eza --icons --group-directories-first";
|
||||
ll = "eza -la --icons --git --group-directories-first";
|
||||
@@ -34,9 +36,6 @@ in
|
||||
lg = "lazygit";
|
||||
vi = "nvim";
|
||||
|
||||
# Network
|
||||
http = "xh";
|
||||
|
||||
};
|
||||
|
||||
interactiveShellInit = ''
|
||||
|
||||
Reference in New Issue
Block a user