From 43c65a291f15ab07eaa8ae08dbd470616e56fdb3 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Mon, 27 Aug 2018 18:53:22 +0100 Subject: Polishing zsh configuration --- zsh/.zsh/function.zsh | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'zsh/.zsh/function.zsh') diff --git a/zsh/.zsh/function.zsh b/zsh/.zsh/function.zsh index cf00577..5d8f81e 100644 --- a/zsh/.zsh/function.zsh +++ b/zsh/.zsh/function.zsh @@ -8,6 +8,10 @@ alias em='emacsclient -c -a ""' alias emt='emacsclient -nw -a ""' # alias lspasscp='lpass show -c --password $(lpass ls | fzf | awk '{print $(NF)}' | sed 's/\\]//g')' +# fixing pdflatex +#alias pdflatex='/usr/bin/pdflatex' +#alias pdftex='/usr/bin/pdftex' + # fd - cd to selected directory fd() { local dir -- cgit