added more files

This commit is contained in:
Chen Asraf
2018-06-04 12:13:45 +03:00
parent b84e403b77
commit 06fdd64bba
3 changed files with 5 additions and 4 deletions

2
.aliases Normal file
View File

@@ -0,0 +1,2 @@
#!/usr/bin/env zsh
alias home="git --git-dir=$HOME/Dev/dotfiles/.git --work-tree=$HOME"

2
.exports Normal file
View File

@@ -0,0 +1,2 @@
#!/usr/bin/env zsh
export PATH=$PATH:/usr/local/opt/fzf/bin:

5
.zshrc
View File

@@ -92,7 +92,4 @@ source $ZSH/oh-my-zsh.sh
# Example aliases
# alias zshconfig="mate ~/.zshrc"
# alias ohmyzsh="mate ~/.oh-my-zsh"
for a in (aliases functions exports); do
if [[ -f "$HOME/.$a" ]]; then source "$HOME/.$a"; fi
done
alias home="git --git-dir=$HOME/Dev/dotfiles/.git --work-tree=$HOME"