aboutsummaryrefslogtreecommitdiffstats
path: root/zsh
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2020-10-24 19:15:37 +0100
committerYann Herklotz <git@yannherklotz.com>2020-12-01 19:05:49 +0000
commit678c222df137ee82892ca1d10ec989245a5bb9df (patch)
treeea2e3e6678992c8c689274ac0b5d5b4ec5ecc832 /zsh
parentdbb19599a9525a2362d50ea9d0aafe74e3223520 (diff)
downloaddotfiles-678c222df137ee82892ca1d10ec989245a5bb9df.tar.gz
dotfiles-678c222df137ee82892ca1d10ec989245a5bb9df.zip
Update zshrc and tmux config
Diffstat (limited to 'zsh')
-rw-r--r--zsh/.zsh/export.zsh6
1 files changed, 4 insertions, 2 deletions
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"