From 678c222df137ee82892ca1d10ec989245a5bb9df Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Sat, 24 Oct 2020 19:15:37 +0100 Subject: Update zshrc and tmux config --- zsh/.zsh/export.zsh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'zsh') diff --git a/zsh/.zsh/export.zsh b/zsh/.zsh/export.zsh index b6a400f..1ab8d04 100644 --- a/zsh/.zsh/export.zsh +++ b/zsh/.zsh/export.zsh @@ -1,9 +1,10 @@ os=$(uname -s) -. $HOME/.nix-profile/etc/profile.d/nix.sh - [ -n "$SSH_CLIENT" ] && export MINIMAL_USER_CHAR="$(hostname)" +. $HOME/.nix-profile/etc/profile.d/nix.sh +export NIX_IGNORE_SYMLINK_STORE=1 + export GITHUB_HOME=$HOME/Projects export FZF_DEFAULT_COMMAND='fd --type file --hidden --no-ignore' export ALTERNATE_EDITOR="emacs -nw -Q" @@ -33,6 +34,7 @@ prepend_path "${HOME}/.yarn/bin" prepend_path "${HOME}/.cargo/bin" prepend_path "${HOME}/.cabal/bin" prepend_path "${HOME}/.local/bin" +prepend_path "/usr/local/opt/llvm/bin" append_path "/opt/Xilinx/Vivado/2019.1/bin" append_path "/opt/intelFPGA_lite/18.1/quartus/bin" -- cgit