Skip to content

Instantly share code, notes, and snippets.

@dawehner
Created October 15, 2016 00:02
Show Gist options
  • Select an option

  • Save dawehner/68ba49530c89046614b872771fb3d2fd to your computer and use it in GitHub Desktop.

Select an option

Save dawehner/68ba49530c89046614b872771fb3d2fd to your computer and use it in GitHub Desktop.
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