Compare commits
No commits in common. "9e4742f540f94a6880698ecdbfd73d0d51640fd4" and "6c8e1aed5bff9bd5bef96de88f68742aad380f55" have entirely different histories.
9e4742f540
...
6c8e1aed5b
1 changed files with 3 additions and 9 deletions
12
.zshrc
12
.zshrc
|
@ -1,14 +1,6 @@
|
|||
# Set Nimble's installation directory so it can be used in $PATH
|
||||
export NIMBLE_DIR=$HOME/.nimble
|
||||
|
||||
# Preferred editor for local and remote sessions
|
||||
if [[ -n $SSH_CONNECTION ]]; then
|
||||
export EDITOR='/usr/bin/nvim'
|
||||
else
|
||||
export EDITOR='/usr/bin/nvim'
|
||||
export BROWSER='zen-browser'
|
||||
fi
|
||||
|
||||
# If you come from bash you might have to change your $PATH.
|
||||
export PATH=$HOME/bin:$HOME/.local/bin:/usr/local/bin:$HOME/.cargo/bin:/usr/local/go/bin:$HOME/go/bin:$NIMBLE_DIR/bin:$PATH
|
||||
|
||||
|
@ -104,7 +96,9 @@ source $ZSH/oh-my-zsh.sh
|
|||
# You may need to manually set your language environment
|
||||
export LANG=en_US.UTF-8
|
||||
|
||||
|
||||
# Preferred editor for local and remote sessions
|
||||
export EDITOR='/usr/bin/nvim'
|
||||
export BROWSER='zen-browser'
|
||||
|
||||
# n³ settings
|
||||
export NNN_ARCHIVE="\\.(7z|a|ace|alz|arc|arj|bz|bz2|cab|cpio|deb|gz|jar|lha|lz|lzh|lzma|lzo|rar|rpm|rz|t7z|tar|tbz|tbz2|tgz|tlz|txz|tZ|tzo|war|xpi|xz|Z|zip)$"
|
||||
|
|
Reference in a new issue