1
0
Fork 0

added zshrc file

This commit is contained in:
Kim, Jimin 2021-10-11 10:24:08 +09:00
parent dd10bdffd7
commit 288f285d03

7
.zshrc Normal file
View file

@ -0,0 +1,7 @@
export ZSH="/home/pomp/.oh-my-zsh"
ZSH_THEME="powerlevel10k/powerlevel10k"
plugins=(git)
source $ZSH/oh-my-zsh.sh
export EDITOR=vim
export VISUAL=vim