dotfiles/dot_tcshrc

4 lines
105 B
Plaintext
Raw Normal View History

2025-01-23 17:15:40 -04:00
# If running interactively, then:
2025-01-23 16:56:52 -04:00
if ($?prompt) then
2025-01-23 17:20:02 -04:00
set SHELL = "/usr/bin/bash" && exec $SHELL
2025-01-23 17:15:40 -04:00
endif