refactor(fish): prefix aliases that replace a command with a comma
This commit is contained in:
parent
a729f8b6ea
commit
fa31cbd29d
1 changed files with 21 additions and 20 deletions
|
|
@ -11,26 +11,27 @@
|
|||
'';
|
||||
shellAliases = {
|
||||
# keep-sorted start
|
||||
cat = "bat";
|
||||
# cd = "j";
|
||||
cut = "choose";
|
||||
df = "duf";
|
||||
du = "dua";
|
||||
# find = "fd";
|
||||
g = "lazygit";
|
||||
l = "eza";
|
||||
la = "eza -a";
|
||||
ls = "eza";
|
||||
ns = "nh os switch";
|
||||
# curl = "xh";
|
||||
ping = "gping";
|
||||
ps = "procs";
|
||||
# sed = "sd";
|
||||
# grep = "rga";
|
||||
top = "btm";
|
||||
unzip = "ripunzip";
|
||||
vi = "nvim";
|
||||
vim = "nvim";
|
||||
",cat" = "bat";
|
||||
",curl" = "xh";
|
||||
",cut" = "choose";
|
||||
",df" = "duf";
|
||||
",diff" = "delta";
|
||||
",du" = "dua";
|
||||
",find" = "fd";
|
||||
",grep" = "rga";
|
||||
",ping" = "gping";
|
||||
",ps" = "procs";
|
||||
",sed" = "sd";
|
||||
",ss" = "snitch";
|
||||
",top" = "btm";
|
||||
",unzip" = "ripunzip";
|
||||
"g" = "lazygit";
|
||||
"l" = "eza";
|
||||
"la" = "eza -a";
|
||||
"ls" = "eza";
|
||||
"ns" = "nh os switch";
|
||||
"vi" = "nvim";
|
||||
"vim" = "nvim";
|
||||
# keep-sorted end
|
||||
};
|
||||
plugins = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue