cleanup on mothership reinstall
This commit is contained in:
+7
-9
@@ -1,9 +1,7 @@
|
||||
pyenv init - | source
|
||||
set -x QT_QPA_PLATFORMTHEME "qt5ct"
|
||||
set -x GTK2_RC_FILES "$HOME/.gtkrc-2.0"
|
||||
set -x PAGER "less -isgj.5"
|
||||
|
||||
# cuda stuff
|
||||
set -x CUDA_HOME /opt/cuda
|
||||
set -x LD_LIBRARY_PATH $LD_LIBRARY_PATH $CUDA_HOME/lib64
|
||||
set -Ua fish_user_paths /home/hjalmarlucius/.local/bin/
|
||||
if status is-interactive
|
||||
pyenv init - | source
|
||||
set -x PAGER "less -isgj.5"
|
||||
set -Ua fish_user_paths /home/hjalmarlucius/.local/bin/
|
||||
set -x CUDA_HOME /opt/cuda
|
||||
set -x LD_LIBRARY_PATH $LD_LIBRARY_PATH $CUDA_HOME/lib64
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user