맥 환경 업데이트

This commit is contained in:
2020-12-30 19:31:22 +09:00
parent 7d16866b6d
commit 6b8a604fd7
3 changed files with 8 additions and 6 deletions

4
zshrc
View File

@@ -106,7 +106,9 @@ source $ZSH/oh-my-zsh.sh
export GPG_TTY=$(tty)
alias vim=nvim
alias open=xdg-open
if [[ `uname` != "Darwin" ]]; then
alias open=xdg-open
fi
ufetch
[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh