This website requires JavaScript.
Explore
Help
Sign In
IsaacShoebottom
/
dotfiles
Watch
1
Star
0
Fork
0
You've already forked dotfiles
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
dotfiles
/
dot_tcshrc
5 lines
106 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Properly endif
2025-01-23 17:15:40 -04:00
# If running interactively, then:
Add tcshrc
2025-01-23 16:56:52 -04:00
if ($?prompt) then
Properly endif
2025-01-23 17:15:40 -04:00
set SHELL = "/usr/bin/bash"
exec $SHELL
endif
Reference in New Issue
Copy Permalink