feat(fish): add zoxide abbreviation
This commit is contained in:
parent
97eaa6ecfd
commit
23163a7c9f
|
@ -25,6 +25,10 @@
|
||||||
/home/wizardlink/.local/share/scripts/burrito
|
/home/wizardlink/.local/share/scripts/burrito
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
shellAbbrs = {
|
||||||
|
z = "zoxide";
|
||||||
|
};
|
||||||
|
|
||||||
functions = {
|
functions = {
|
||||||
fish_prompt.body = ''
|
fish_prompt.body = ''
|
||||||
set_color CC241D
|
set_color CC241D
|
||||||
|
|
Loading…
Reference in a new issue