Some more latex stuff and whatnot
This commit is contained in:
parent
5ee47314bf
commit
28d21046ef
5 changed files with 9 additions and 2 deletions
home/features/cli/fish
|
@ -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
|
||||
# }}}
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue