diff options
Diffstat (limited to 'host-overrides/jesterpm.net/host-specific/shell_pathes')
-rw-r--r-- | host-overrides/jesterpm.net/host-specific/shell_pathes | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/host-overrides/jesterpm.net/host-specific/shell_pathes b/host-overrides/jesterpm.net/host-specific/shell_pathes index 3e5c62a..e95ea8e 100644 --- a/host-overrides/jesterpm.net/host-specific/shell_pathes +++ b/host-overrides/jesterpm.net/host-specific/shell_pathes @@ -1,6 +1,2 @@ # PATH changes -export PATH=$HOME/opt/bin:$PATH - -# CLASSPATH -export CLASSPATH=$HOME/development/classes:$CLASSPATH - +export PATH="$HOME/.cargo/bin:$PATH" |