X-Git-Url: https://git.draconx.ca/gitweb/zshconf.git/blobdiff_plain/d4163ec82a993a24d59bc0d5677b93e28d288b86..00cbf06a241b84b265104bfb5262db994339b32e:/zprofile diff --git a/zprofile b/zprofile index bb36fae..a0001c4 100644 --- a/zprofile +++ b/zprofile @@ -4,14 +4,14 @@ if [[ -e /etc/profile.env ]]; then source /etc/profile.env fi -# Default user settings -export EDITOR=${EDITOR:-/usr/bin/vim} -export PAGER=${PAGER:-/usr/bin/less} -umask 022 - # Default path path_front /{bin,sbin} /usr/{bin,sbin} /usr/local/{bin,sbin} $HOME/bin +# Default user settings +export EDITOR=${EDITOR:-=vim} +export PAGER=${PAGER:-=less} +umask 022 + shopts=$- setopt nullglob