[zsh] Upgrade config file
This commit is contained in:
parent
269565187a
commit
fd08025ff5
1 changed files with 2 additions and 1 deletions
3
.zshrc
3
.zshrc
|
@ -2,7 +2,8 @@
|
||||||
# export PATH=$HOME/bin:$HOME/.local/bin:/usr/local/bin:$PATH
|
# export PATH=$HOME/bin:$HOME/.local/bin:/usr/local/bin:$PATH
|
||||||
export PATH="$HOME/.cargo/bin:$PATH"
|
export PATH="$HOME/.cargo/bin:$PATH"
|
||||||
export PATH="$HOME/.local/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
|
# Install Ruby Gems to ~/gems
|
||||||
export GEM_HOME="$HOME/gems"
|
export GEM_HOME="$HOME/gems"
|
||||||
|
|
Loading…
Reference in a new issue