truncate history
This commit is contained in:
14
zsh/.zshenv
Normal file
14
zsh/.zshenv
Normal file
@@ -0,0 +1,14 @@
|
||||
export GOPATH="$HOME/.go"
|
||||
export GOPATH="$GOPATH:$HOME/Development/go"
|
||||
export PATH="$HOME/.cargo/bin:$HOME/.gem/bin:$HOME/.go/bin:$GOPATH/bin:$HOME/.bin:$HOME/.local/bin:/usr/local/go/bin:$PATH"
|
||||
|
||||
if [[ -x /usr/bin/nvim ]]; then
|
||||
EDITOR="nvim"
|
||||
else
|
||||
EDITOR="vim"
|
||||
fi
|
||||
|
||||
export EDITOR=$EDITOR
|
||||
export VISUAL=$EDITOR
|
||||
|
||||
export QT_QPA_PLATFORM=xcb
|
||||
Reference in New Issue
Block a user