Last active
May 29, 2018 23:41
-
-
Save NQNStudios/1e75a644b82eb18f0ea6745e3a994307 to your computer and use it in GitHub Desktop.
Fish launch script that properly sources the bash profile
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash -l | |
exec -l fish "$@" | |
# NOTE THAT YOU ALSO NEED TO ADD THIS TO /etc/shells with the following command: | |
# echo ~/bin/fishlogin | sudo tee -a /etc/shells | |
# THEN SET IT AS THE DEFAULT SHELL | |
# chsh fishlogin |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment