rework shell profiles
This commit is contained in:
5
dot_config/tcsh/dot_tcshrc
Normal file
5
dot_config/tcsh/dot_tcshrc
Normal file
@ -0,0 +1,5 @@
|
||||
# If running interactively, then:
|
||||
if ($?prompt) then
|
||||
set SHELL = "/usr/bin/bash"
|
||||
exec $SHELL
|
||||
endif
|
Reference in New Issue
Block a user