updates
This commit is contained in:
+1
-1
@@ -9,7 +9,7 @@ export PYTHONBREAKPOINT=ipdb.set_trace
|
||||
# cuda stuff
|
||||
export CUDA_HOME=/opt/cuda
|
||||
export LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:${CUDA_HOME}/lib64
|
||||
PATH=${CUDA_HOME}/bin:${PATH}
|
||||
PATH=${CUDA_HOME}/bin:/home/hjalmarlucius/.local/bin/:${PATH}
|
||||
export PATH
|
||||
|
||||
# MKL AMD fix
|
||||
|
||||
+14
-11
@@ -1,6 +1,9 @@
|
||||
######################
|
||||
### SETTINGS ###
|
||||
######################
|
||||
# escape time
|
||||
set -sg escape-time 0
|
||||
|
||||
# loud or quiet?
|
||||
set -g visual-activity off
|
||||
set -g visual-bell off
|
||||
@@ -159,24 +162,24 @@ set -g @plugin 'tmux-plugins/tpm'
|
||||
set -g @plugin 'tmux-plugins/tmux-sensible'
|
||||
set -g @plugin 'sainnhe/tmux-fzf'
|
||||
# note: fzf bound to 'F'
|
||||
set -g @plugin 'odedlaz/tmux-onedark-theme'
|
||||
#set -g @plugin 'odedlaz/tmux-onedark-theme'
|
||||
|
||||
# solarized plugin and options
|
||||
# set -g @plugin 'seebi/tmux-colors-solarized'
|
||||
#set -g @plugin 'seebi/tmux-colors-solarized'
|
||||
# set -g @colors-solarized '256' (the default)
|
||||
# set -g @colors-solarized 'dark'
|
||||
# set -g @colors-solarized 'light'
|
||||
# set -g @colors-solarized 'base16'
|
||||
#set -g @colors-solarized 'base16'
|
||||
|
||||
# tmux themepack
|
||||
# set -g @plugin 'jimeh/tmux-themepack'
|
||||
# set -g @themepack 'basic'
|
||||
# set -g @themepack 'powerline/default/yellow'
|
||||
# set -g @themepack 'powerline/default/orange'
|
||||
# set -g @themepack 'powerline/block/blue'
|
||||
# set -g @themepack 'powerline/block/cyan'
|
||||
# set -g @themepack 'powerline/default/gray'
|
||||
# set -g @themepack 'powerline/double/yellow'
|
||||
set -g @plugin 'jimeh/tmux-themepack'
|
||||
#set -g @themepack 'basic'
|
||||
#set -g @themepack 'powerline/default/yellow'
|
||||
#set -g @themepack 'powerline/default/orange'
|
||||
#set -g @themepack 'powerline/block/blue'
|
||||
#set -g @themepack 'powerline/block/cyan'
|
||||
#set -g @themepack 'powerline/default/gray'
|
||||
set -g @themepack 'powerline/double/yellow'
|
||||
|
||||
# keep at bottom
|
||||
run -b '~/.tmux/plugins/tpm/tpm'
|
||||
|
||||
Reference in New Issue
Block a user