Skip to content

Instantly share code, notes, and snippets.

@NQNStudios
Last active May 29, 2018 23:41
Show Gist options
  • Save NQNStudios/1e75a644b82eb18f0ea6745e3a994307 to your computer and use it in GitHub Desktop.
Save NQNStudios/1e75a644b82eb18f0ea6745e3a994307 to your computer and use it in GitHub Desktop.
Fish launch script that properly sources the bash profile
#!/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