mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-05 20:50:15 +00:00
reset git history
This commit is contained in:
12
zsh/zshrc.symlink
Normal file
12
zsh/zshrc.symlink
Normal file
@ -0,0 +1,12 @@
|
||||
DOTFILE=`readlink ~/.zshrc`
|
||||
export DOTS=`dirname "$(dirname $DOTFILE)"`
|
||||
|
||||
source $DOTS/zsh/env
|
||||
source $DOTS/zsh/ohmyzsh
|
||||
source $DOTS/zsh/aliases
|
||||
source $DOTS/zsh/functions
|
||||
source $DOTS/zsh/vim
|
||||
|
||||
[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh
|
||||
|
||||
source ~/.iterm2_shell_integration.zsh
|
Reference in New Issue
Block a user