Updates fish config
This commit is contained in:
parent
7aef93c8b2
commit
ac3dbbf3ad
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,6 @@
|
||||||
end
|
end
|
||||||
'';
|
'';
|
||||||
fish_greeting = "fortune -a";
|
fish_greeting = "fortune -a";
|
||||||
ng = "nvim -c \"Neogit\"";
|
|
||||||
resize_images = ''
|
resize_images = ''
|
||||||
# Resize all JPG images in the current directory and its subdirectories
|
# Resize all JPG images in the current directory and its subdirectories
|
||||||
# Usage: resize_images [percentage]
|
# Usage: resize_images [percentage]
|
||||||
|
|
@ -68,6 +67,7 @@
|
||||||
shellAbbrs = {
|
shellAbbrs = {
|
||||||
lg = "lazygit";
|
lg = "lazygit";
|
||||||
g = "git";
|
g = "git";
|
||||||
|
j = "jrnl";
|
||||||
frc = "source ~/.config/fish/**/*.fish";
|
frc = "source ~/.config/fish/**/*.fish";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue