We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 185169c commit a6e42c4Copy full SHA for a6e42c4
home/fish.nix
@@ -47,7 +47,8 @@
47
'';
48
shellAbbrs = {
49
g = "git";
50
- d = "dlv --headless -l 'localhost:2345'";
+ v = "vim";
51
+ d = "dlv --headless -l 'localhost:2345' debug";
52
};
53
functions = {
54
fish_title = {
@@ -93,6 +94,8 @@
93
94
shellAliases = {
95
ag = "rg";
96
cat = "bat";
97
+ cd = "z";
98
+ cdi = "zi";
99
cloc = "tokei";
100
dstat = "dool --color16";
101
debug_attachable = "sudo sysctl -w kernel.yama.ptrace_scope=0";
@@ -105,7 +108,7 @@
105
108
c = "cd (git rev-parse --show-toplevel)";
106
109
sloc = "tokei";
107
110
s = "kitten ssh";
- v = "vim (git f)";
111
+ vs = "vim (git f)";
112
vim = "nvim";
113
vimdiff = "nvim -d";
114
0 commit comments