modified my configs a bit, not sure if it'll help but EDITOR and VISUAL should be set properly now.

This commit is contained in:
Solomon Laing 2021-04-05 21:22:53 +09:30
parent 83f5288e59
commit 902ea56330
2 changed files with 4 additions and 3 deletions

View File

@ -22,5 +22,6 @@
"viewType": "jupyter.notebook.ipynb",
"filenamePattern": "*.ipynb"
}
]
],
"window.zoomLevel": -1
}

View File

@ -2,8 +2,8 @@
# Solomon Laings config.fish
set fish_greeting
set TERM "xterm-256color"
set EDITOR "nano"
set VISUAL "code"
set -gx EDITOR (type -p nano)
set -gx VISUAL (type -p code)
# my bashrc stuff
alias ..='cd ..'