1
0
mirror of https://github.com/drewcassidy/dotfiles synced 2024-06-11 05:44:06 +00:00

Compare commits

..

No commits in common. "f52507ac26cf7c9c773e6846a3f7b35bad9e12c8" and "06bd02cd037c3cf43baabe8fc0003d0f3b3259df" have entirely different histories.

4 changed files with 16 additions and 21 deletions

1
.gitignore vendored
View File

@ -1 +0,0 @@
fish/.config/fish/fish_variables

10
.zshrc
View File

@ -4,11 +4,9 @@ export PATH="$PATH:$HOME/.rvm/bin" # Add RVM to PATH for scripting
export PATH="$PATH:$HOME/Scripts"
export PKG_CONFIG_PATH="/Library/Frameworks/Mono.framework/Versions/4.6.2/lib/pkgconfig":$PKG_CONFIG_PATH
# setup completion
autoload -Uz compinit
compinit
# added by travis gem
[ -f /Users/drewcassidy/.travis/travis.sh ] && source /Users/drewcassidy/.travis/travis.sh
# setup histfile
HISTFILE=~/.histfile
HISTSIZE=1000
SAVEHIST=1000
@ -17,7 +15,7 @@ unsetopt nomatch
bindkey -e
# colorize commands
alias ls='ls -G'
# alias ls='ls -G'
alias grep='grep --color=auto'
alias fgrep='fgrep --color=auto'
@ -26,3 +24,5 @@ alias egrep='egrep --color=auto'
export GCC_COLORS='error=01;31:warning=01;35:note=01;36:caret=01;32:locus=01:quote=01'
export CLICOLOR=1
export LSCOLORS='ExcxdxfxgxxexcxdxfBxBx'
eval $(/usr/libexec/path_helper -s)

View File

@ -1,22 +1,18 @@
set -gxa PATH /usr/local/opt/curl/bin
set -gxa PATH /usr/local/opt/ruby/bin
set -gxa PATH /usr/local/opt/openssl/bin
set -gxa PATH /usr/local/opt/qt/bin
set -gxa PATH /usr/local/opt/llvm/bin
set -gxa PATH /opt/local/bin /opt/local/sbin
set -gxa PATH /usr/local/bin /usr/local/sbin
set -gxa PATH ~/.dotnet/tools
set -gxa PATH ~/Library/Python/2.7/bin
set -gxa PATH ~/Library/Python/3.8/bin
set -gxa PATH ~/.gem/ruby/2.7.0/bin
if status is-interactive
# setup location variables
set FISH_PATH "$HOME/.config/fish"
set FLINE_PATH "$FISH_PATH/fishline"
set -gx HOMEBREW_NO_AUTO_UPDATE 1
set -gx PATH /usr/local/opt/curl/bin $PATH
set -gx PATH /usr/local/opt/ruby/bin $PATH
set -gx PATH /usr/local/opt/openssl/bin $PATH
set -gx PATH /usr/local/opt/qt/bin $PATH
set -gx PATH /usr/local/opt/llvm/bin $PATH
set -gx PATH ~/.dotnet/tools $PATH
set -gx PATH ~/Library/Python/2.7/bin $PATH
set -gx PATH ~/Library/Python/3.8/bin $PATH
set -gx PATH ~/.gem/ruby/2.6.0/bin $PATH
set -gx PATH /opt/local/bin /opt/local/sbin $PATH
set -gx PKG_CONFIG_PATH /usr/local/opt/openssl/lib/pkgconfig $PKG_CONFIG_PATH
set -gx PKG_CONFIG_PATH /usr/local/opt/libffi/lib/pkgconfig $PKG_CONFIG_PATH

@ -1 +1 @@
Subproject commit 8452006e2abf6e2c89e0cf50550265d3e650c086
Subproject commit fe142bdb105bb5165db144a7623953d6e59a0896