Browse Source

Add ~/bin as default path location

master
Ryan Reed 1 year ago
parent
commit
08450e78b0
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      dot_config/zsh/configs/exports.zsh.tmpl

+ 1
- 0
dot_config/zsh/configs/exports.zsh.tmpl View File

@ -1,4 +1,5 @@
export TMUX_PLUGIN_ENABLE="true"
export PATH=$PATH:~/bin
{{- if (ne .chezmoi.os "darwin") }}
export GIT_ASKPASS='/usr/bin/ksshaskpass'


Loading…
Cancel
Save