Skip to content

Instantly share code, notes, and snippets.

@benknoble
Created July 24, 2019 15:48
Show Gist options
  • Save benknoble/8a99e81a9edd77bc5d21d04882fe5fe2 to your computer and use it in GitHub Desktop.
Save benknoble/8a99e81a9edd77bc5d21d04882fe5fe2 to your computer and use it in GitHub Desktop.
.tcshrc for linux systems running tcsh with linux brew, no access to `chsh`
# set echo
if (-x $HOME/.linuxbrew/bin/bash) then
if ($?prompt) then
setenv PATH ~/.linuxbrew/bin:$PATH
setenv SHELL $HOME/.linuxbrew/bin/bash
exec $SHELL -l
endif
endif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment