[Ubuntu] Change to tcsh shell and set vim as default editor

sudo apt install tcsh
chsh -s /bin/tcsh

~/.tcshrc

setenv VISUAL vim
setenv EDITOR vim
0 Comments
Inline Feedbacks
View all comments