-
-
Save dawehner/68ba49530c89046614b872771fb3d2fd to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| if status --is-interactive | |
| set PATH $PATH ~/bin; | |
| set PATH $PATH ~/.composer/vendor/bin | |
| set PATH $PATH ~/anaconda/bin | |
| set PATH $PATH ~/.cabal/bin | |
| set PATH $PATH ~/.platformsh/bin | |
| # set PATH $PATH /usr/local/sbin | |
| end | |
| ulimit -n 65536 | |
| ulimit -u 2048 | |
| set -x LC_ALL en_US.UTF-8 | |
| set -x LANG en_US.UTF-8 | |
| # Make it possible to edit cron | |
| set -g -x EDITOR vim | |
| #. ~/.config/fish/functions/rprompt.fish | |
| test -e {$HOME}/.iterm2_shell_integration.fish ; and source {$HOME}/.iterm2_shell_integration.fish | |
| # Platform.sh | |
| # bash '/Users/dawehner/.platformsh/shell-config.rc' 2>/dev/null | |
| . ~/.config/fish/functions/auto_notify.fish | |
| set PATH /Applications/Postgres.app/Contents/Versions/latest/bin $PATH | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment