From a30b61fb45cf5dfb4f4da1bbbb9564fb32f9493a Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Sat, 19 Nov 2022 00:41:59 +0000 Subject: Add changes to doom emacs and zsh --- zsh/.zsh/export.zsh | 2 +- zsh/.zsh/function.zsh | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'zsh/.zsh') diff --git a/zsh/.zsh/export.zsh b/zsh/.zsh/export.zsh index 1cc8bef..f7f6d9f 100644 --- a/zsh/.zsh/export.zsh +++ b/zsh/.zsh/export.zsh @@ -49,7 +49,7 @@ append_path "/opt/Xilinx/Vivado/2019.1/bin" append_path "/opt/intelFPGA_lite/18.1/quartus/bin" append_path "$HOME/projects/vericert/bin" append_path "/opt/bin" -append_path "$HOME/go/bin" +oappend_path "$HOME/go/bin" export PATH diff --git a/zsh/.zsh/function.zsh b/zsh/.zsh/function.zsh index 6fa8bd0..9c24c05 100644 --- a/zsh/.zsh/function.zsh +++ b/zsh/.zsh/function.zsh @@ -3,6 +3,7 @@ alias em='emacsclient -nw -a ""' alias ls='exa' alias ff='firefox' alias vim=nvim +alias open=xdg-open # alias lspasscp='lpass show -c --password $(lpass ls | fzf | awk '{print $(NF)}' | sed 's/\\]//g')' # fixing pdflatex -- cgit