diff --git a/config/fish/config.fish b/config/fish/config.fish index a1aa13e..d12cfd1 100644 --- a/config/fish/config.fish +++ b/config/fish/config.fish @@ -12,24 +12,6 @@ set -x DEVELOPER $HOME/Developer # Homebrew and brew-cask options set -x HOMEBREW_CASK_OPTS "--appdir=~/Applications" -# Ruby -status --is-interactive; and source (rbenv init -|psub) - -# jq -set -x JQ_COLORS "1;31:0;33:0;35:0;39:0;32:1;39:1;39" - -# Aliases -alias ag "ag --smart-case" -alias rm "trash" - -if type -q "hub" - eval (hub alias -s fish) -end - -if type -q "exa" - alias ls "exa" -end - # Source sensitive configuration if test -f $HOME/.config/fish/local.fish source $HOME/.config/fish/local.fish