diff options
Diffstat (limited to '_profile')
-rw-r--r-- | _profile | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -88,11 +88,6 @@ export VISUAL="${EDITOR}" export PAGER="less" export LESS="--ignore-case --raw-control-chars" -## LS colors -if _exists dircolors; then - eval $(dircolors -b) -fi - ## Start `gpg-agent` if not running if ! _running gpg-agent; then gpgconf --launch gpg-agent |