Browse Source

zshrc: Add SHELL export.

master
Nick Plekhanov 9 years ago
parent
commit
acc55183c4
  1. 3
      shell/shell_exports

3
shell/shell_exports

@ -1,3 +1,6 @@
# Defaults
export SHELL=/bin/zsh
# Preferred editor for local and remote sessions
if [[ -n $SSH_CONNECTION ]]; then
export EDITOR='nano'

Loading…
Cancel
Save