Merge remote-tracking branch 'origin/master'

This commit is contained in:
2022-09-22 11:47:00 +02:00
2 changed files with 10 additions and 0 deletions

View File

@@ -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
################################################################################

1
.emacs
View File

@@ -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)