added zshrc file
This commit is contained in:
parent
dd10bdffd7
commit
288f285d03
1 changed files with 7 additions and 0 deletions
7
.zshrc
Normal file
7
.zshrc
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue