diff options
author | Timmy Keller <tjk@tjkeller.xyz> | 2022-01-08 16:15:19 -0600 |
---|---|---|
committer | Timmy Keller <tjk@tjkeller.xyz> | 2022-01-08 16:15:19 -0600 |
commit | c6f103ca4c0ff474df222dcaeeb1e351b32df3a0 (patch) | |
tree | e0595895cd0e4240e5d14872c5699fac57776120 /zsh | |
parent | d6115bf9191cede6771e45c8d29dafb168ac93c4 (diff) | |
download | dotconfig-c6f103ca4c0ff474df222dcaeeb1e351b32df3a0.tar.xz dotconfig-c6f103ca4c0ff474df222dcaeeb1e351b32df3a0.zip |
fix cargo path and fix xvsync and xsudo
Diffstat (limited to 'zsh')
-rw-r--r-- | zsh/zprofile.base | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zsh/zprofile.base b/zsh/zprofile.base index ec1b362..93037ad 100644 --- a/zsh/zprofile.base +++ b/zsh/zprofile.base @@ -32,7 +32,7 @@ export PATH="$scriptspath/misc:$PATH" #export PATH="$scriptspath/keyboard:$PATH" export PATH="$scriptspath/sync:$PATH" export PATH="$scriptspath/programs:$PATH" -export PATH="$CARGO_HOME:$PATH" +export PATH="$CARGO_HOME/bin:$PATH" # Theming #export QT_QPA_PLATFORMTHEME="qt5ct" |