dotfiles/dot_tcshrc

5 lines
103 B
Plaintext

# If running interactively, then:
if ($?prompt) then
set SHELL = "/usr/bin/bash"
exec $SHELL
endif