diff options
author | Danny Holman <dholman@gymli.org> | 2025-02-20 15:18:02 -0600 |
---|---|---|
committer | Danny Holman <dholman@gymli.org> | 2025-02-20 15:18:02 -0600 |
commit | a27e83028b7943d26d881564ed446a2a4d374fed (patch) | |
tree | 017ffe78defa27275790c82249a581aef5d9eca6 /.zshenv | |
parent | 01ef5403e983f5a4767cacf3ffe77a0fcea2139a (diff) |
Update to 02/20/25
Diffstat (limited to '.zshenv')
-rw-r--r-- | .zshenv | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -11,8 +11,6 @@ appendpath () { # Setup environment appendpath '/home/dholman/bin' appendpath '/home/dholman/.local/bin' -appendpath '/home/dholman/.gem/ruby/3.0.0/bin' -appendpath '/home/dholman/.rvm/bin' export PATH="/usr/lib/ccache/bin:$PATH" export DISTCC_HOSTS="192.168.1.26/24" export EDITOR="vim" @@ -20,6 +18,7 @@ export SUDO_EDITOR="vim" export SDL_VIDEO_MINIMIZE_ON_FOCUS_LOSS=0 export GPGKEY=3A96DA398EA604CE6863E993A89F222F433C2057 export GPG_TTY=$(tty) +export BUNDLE_PATH="$HOME/.gems" export SSH_AUTH_SOCK=${XDG_RUNTIME_DIR}/gnupg/S.gpg-agent.ssh unset SSH_AGENT_PID @@ -27,4 +26,3 @@ unset SSH_AGENT_PID source /usr/share/doc/pkgfile/command-not-found.zsh source /usr/share/git/completion/git-prompt.sh source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh -source ~/.rvm/scripts/rvm |