1
Fork 0

Some more latex stuff and whatnot

This commit is contained in:
Matei Adriel 2023-11-27 00:15:03 +01:00
parent 5ee47314bf
commit 28d21046ef
No known key found for this signature in database
5 changed files with 9 additions and 2 deletions
home/features/cli/fish

View file

@ -41,3 +41,8 @@ function fish_user_key_bindings
# }}}
end
# }}}
# {{{ Helpers
function take -d "Create a directory and cd into it"
mkdir $argv; and cd $argv
end
# }}}

View file

@ -12,6 +12,7 @@
df = "df -h";
du = "du -h";
duh = "du -hd 1"; # short for du here
pdf = "zathura --fork"; # Open a pdf reader
};
# with pkgs.fishPlugins;