[zsh] Upgrade config file

This commit is contained in:
Gregory Trolliet 2024-12-17 17:42:48 +01:00
parent 269565187a
commit fd08025ff5

3
.zshrc
View file

@ -2,7 +2,8 @@
# export PATH=$HOME/bin:$HOME/.local/bin:/usr/local/bin:$PATH
export PATH="$HOME/.cargo/bin:$PATH"
export PATH="$HOME/.local/bin:$PATH":
export EDITOR='vim'
export SSH_AUTH_SOCK="$XDG_RUNTIME_DIR/ssh-agent.socket"
export EDITOR='nvim'
# Install Ruby Gems to ~/gems
export GEM_HOME="$HOME/gems"