dotfiles/dot_tcshrc

4 lines
105 B
Plaintext

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