diff --git a/.config/fish/config.fish b/.config/fish/config.fish index 3180904..9c28b21 100644 --- a/.config/fish/config.fish +++ b/.config/fish/config.fish @@ -87,6 +87,15 @@ direnv hook fish | source starship init fish | source +################################################################################ +# CUDA +################################################################################ + +if test -d /usr/local/cuda + set PATH $PATH /usr/local/cuda/bin +end + + ################################################################################ # Colortest ################################################################################ diff --git a/.emacs b/.emacs index 018f802..8bc5b5d 100644 --- a/.emacs +++ b/.emacs @@ -12,6 +12,7 @@ (awk-mode . "awk") (other . "gnu"))) '(company-idle-delay 20.0) + '(compilation-scroll-output 'first-error) '(display-line-numbers-type t) '(elpy-formatter 'black) '(elpy-test-runner 'elpy-test-pytest-runner)