Browse Source

Update osx

ubuntu_ci
Ein Verne 4 years ago
parent
commit
aef53d39a6
No known key found for this signature in database
GPG Key ID: F80B65F734D9DD7D
  1. 9
      .zshrc
  2. 3
      zsh/osx.zsh

9
.zshrc

@ -131,6 +131,14 @@ source $HOME/dotfiles/zsh/keybindings.zsh
source $HOME/dotfiles/zsh/alias.zsh source $HOME/dotfiles/zsh/alias.zsh
source $HOME/dotfiles/zsh/env.zsh source $HOME/dotfiles/zsh/env.zsh
case `uname` in
Darwin)
source $HOME/dotfiles/zsh/osx.zsh
;;
FreeBSD)
;;
esac
if [[ -f ~/.zshrc.local ]]; then if [[ -f ~/.zshrc.local ]]; then
source $HOME/.zshrc.local source $HOME/.zshrc.local
fi fi
@ -291,5 +299,4 @@ gfs() {
cut -c4- | sed 's/.* -> //' cut -c4- | sed 's/.* -> //'
} }
. $(brew --prefix asdf)/asdf.sh

3
zsh/osx.zsh

@ -0,0 +1,3 @@
. $(brew --prefix asdf)/asdf.sh
Loading…
Cancel
Save