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
|
||||
'';
|
||||
fish_greeting = "fortune -a";
|
||||
ng = "nvim -c \"Neogit\"";
|
||||
resize_images = ''
|
||||
# Resize all JPG images in the current directory and its subdirectories
|
||||
# Usage: resize_images [percentage]
|
||||
|
|
@ -68,6 +67,7 @@
|
|||
shellAbbrs = {
|
||||
lg = "lazygit";
|
||||
g = "git";
|
||||
j = "jrnl";
|
||||
frc = "source ~/.config/fish/**/*.fish";
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue