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:
parent
83f5288e59
commit
902ea56330
@ -22,5 +22,6 @@
|
|||||||
"viewType": "jupyter.notebook.ipynb",
|
"viewType": "jupyter.notebook.ipynb",
|
||||||
"filenamePattern": "*.ipynb"
|
"filenamePattern": "*.ipynb"
|
||||||
}
|
}
|
||||||
]
|
],
|
||||||
|
"window.zoomLevel": -1
|
||||||
}
|
}
|
||||||
@ -2,8 +2,8 @@
|
|||||||
# Solomon Laings config.fish
|
# Solomon Laings config.fish
|
||||||
set fish_greeting
|
set fish_greeting
|
||||||
set TERM "xterm-256color"
|
set TERM "xterm-256color"
|
||||||
set EDITOR "nano"
|
set -gx EDITOR (type -p nano)
|
||||||
set VISUAL "code"
|
set -gx VISUAL (type -p code)
|
||||||
|
|
||||||
# my bashrc stuff
|
# my bashrc stuff
|
||||||
alias ..='cd ..'
|
alias ..='cd ..'
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user