From 7c1de512f87047020fde804e3316fb5da4aa8dce Mon Sep 17 00:00:00 2001 From: Yann Herklotz Grave Date: Fri, 8 Mar 2019 10:11:49 +0000 Subject: Change from Firefox Developer to Firefox --- zsh/.zsh/function.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'zsh') diff --git a/zsh/.zsh/function.zsh b/zsh/.zsh/function.zsh index 4d2dece..fdd6980 100644 --- a/zsh/.zsh/function.zsh +++ b/zsh/.zsh/function.zsh @@ -6,7 +6,7 @@ alias vi='nvim' alias vim='nvim' alias emc='emacsclient -c -a ""' alias em='emacsclient -nw -a ""' -alias ff='firefox-developer-edition' +alias ff='firefox' # alias lspasscp='lpass show -c --password $(lpass ls | fzf | awk '{print $(NF)}' | sed 's/\\]//g')' # fixing pdflatex -- cgit