Compare commits

..

2 Commits

Author SHA1 Message Date
earnest ma f9397ad2c3
gpg/ git over ssh 2022-04-13 14:43:30 -04:00
earnest ma 62465dea0e
cargo 2022-04-13 14:43:30 -04:00
2 changed files with 2 additions and 1 deletions

View File

@ -1,2 +1 @@
. $HOME/.zprofile . $HOME/.zprofile
. "$HOME/.cargo/env"

View File

@ -17,6 +17,8 @@ pathadd_tail() {
export EDITOR=nvim export EDITOR=nvim
source "$HOME/.cargo/env"
pathadd_head "$HOME/.local/bin" pathadd_head "$HOME/.local/bin"
pathadd_head '/tmp/bin' pathadd_head '/tmp/bin'
pathadd_head "$HOME/.config/emacs/bin" pathadd_head "$HOME/.config/emacs/bin"