mirror of
https://github.com/chenasraf/dotfiles.git
synced 2026-05-18 01:29:06 +00:00
added exports and aliases file
This commit is contained in:
5
.zshrc
5
.zshrc
@@ -92,4 +92,7 @@ source $ZSH/oh-my-zsh.sh
|
||||
# Example aliases
|
||||
# alias zshconfig="mate ~/.zshrc"
|
||||
# alias ohmyzsh="mate ~/.oh-my-zsh"
|
||||
alias home="git --git-dir=$HOME/Dev/dotfiles/.git --work-tree=$HOME"
|
||||
|
||||
for a in (aliases functions exports); do
|
||||
if [[ -f "$HOME/.$a" ]]; then source "$HOME/.$a"; fi
|
||||
done
|
||||
2
Dev/dotfiles/.aliases
Normal file
2
Dev/dotfiles/.aliases
Normal file
@@ -0,0 +1,2 @@
|
||||
#!/usr/bin/env zsh
|
||||
alias home="git --git-dir=$HOME/Dev/dotfiles/.git --work-tree=$HOME"
|
||||
2
Dev/dotfiles/.exports
Normal file
2
Dev/dotfiles/.exports
Normal file
@@ -0,0 +1,2 @@
|
||||
#!/usr/bin/env zsh
|
||||
export PATH=$PATH:/usr/local/opt/fzf/bin:
|
||||
Reference in New Issue
Block a user