Skip to content

Commit 7e2b670

Browse files
committed
Better zshell env handling
1 parent 70e91f6 commit 7e2b670

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.zshenv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
path+="$HOME/bin"
1+
[[ -d ~/.local/bin ]] && path+="$HOME/.local/bin"
22

33
EDITOR=vim
44
PAGER=less

.zshrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
autoload -Uz compinit && compinit
22
autoload -U zmv
33

4-
set -o emacs
4+
bindkey -e
55

66
alias grep='grep --color=auto'
77
alias ls='ls -F --color=auto'

0 commit comments

Comments
 (0)