mirror of
https://github.com/alrayyes/server-dotfiles
synced 2023-11-14 15:56:25 +00:00
fixed directory paths
This commit is contained in:
parent
a4fa70da84
commit
23e02e2988
@ -50,7 +50,7 @@ plugins=(git)
|
|||||||
source $ZSH/oh-my-zsh.sh
|
source $ZSH/oh-my-zsh.sh
|
||||||
|
|
||||||
# Customize to your needs...
|
# Customize to your needs...
|
||||||
export PATH=$PATH:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin:/usr/local/Cellar/php/5.3.8/bin:/usr/local/sbin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin:/Users/l0rd/packer
|
export PATH=/usr/local/bin:/usr/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:$PATH
|
||||||
alias homeshick="$HOME/.homesick/repos/homeshick/home/.homeshick"
|
alias homeshick="$HOME/.homesick/repos/homeshick/home/.homeshick"
|
||||||
|
|
||||||
if which keychain > /dev/null; then
|
if which keychain > /dev/null; then
|
||||||
@ -59,3 +59,4 @@ fi
|
|||||||
|
|
||||||
# Use ansible hosts in local file instead of /etc/ansible/hosts
|
# Use ansible hosts in local file instead of /etc/ansible/hosts
|
||||||
export ANSIBLE_HOSTS=~/.ansible/ansible_hosts
|
export ANSIBLE_HOSTS=~/.ansible/ansible_hosts
|
||||||
|
eval "$(rbenv init -)"
|
||||||
|
Loading…
Reference in New Issue
Block a user