diff options
Diffstat (limited to '.config/zsh/zprofile')
| -rw-r--r-- | .config/zsh/zprofile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/zsh/zprofile b/.config/zsh/zprofile index 8052ae7..7002e76 100644 --- a/.config/zsh/zprofile +++ b/.config/zsh/zprofile @@ -23,3 +23,4 @@ export GPG_TTY=$(tty) if [[ "$(tty)" = "/dev/tty1" ]]; then pgrep dwm || startx fi +. "$HOME/.cargo/env" |
