File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -38,9 +38,6 @@ export SSH_AUTH_SOCK=$HOME/.ssh/ssh-agent.sock
3838
3939export TERM=xterm-256color # needed to prevent an error on load
4040
41- # wine will get placed in the xdg config
42- export WINEPREFIX=" $XDG_CONFIG_HOME " /wine/
43-
4441# make sure that less history is under xdg folders
4542export LESSHISTFILE=" $XDG_STATE_HOME " /less/history
4643
@@ -90,7 +87,6 @@ prepend_path "/usr/bin"
9087prepend_path " /usr/local/bin"
9188prepend_path " $HOME /bin"
9289prepend_path " $HOME /.local/bin"
93- prepend_path " $CARGO_HOME /bin"
9490prepend_path " /sbin"
9591prepend_path " /usr/sbin"
9692prepend_path " /usr/local/go/bin"
123119
124120# ---------------------- local utility functions ---------------------
125121
126- _have () { type " $1 " & > /dev/null; }
122+ _have () { hash " $1 " & > /dev/null; }
127123# shellcheck disable=SC1090
128124_source_if () { [[ -r " $1 " ]] && source " $1 " ; }
129125
You can’t perform that action at this time.
0 commit comments