configure zsh
This commit is contained in:
parent
598ba5864f
commit
e103628981
1
Oh-My-Zsh/.oh-my-zsh
Submodule
1
Oh-My-Zsh/.oh-my-zsh
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit 5e957cdc1653dbdc15d48ef316917d80778da4e8
|
||||
10
Zsh/.zshrc
Normal file
10
Zsh/.zshrc
Normal file
@ -0,0 +1,10 @@
|
||||
# Set path
|
||||
export ZSH="$HOME/.oh-my-zsh"
|
||||
source $ZSH/oh-my-zsh.sh
|
||||
|
||||
# Plugins
|
||||
plugins=(git)
|
||||
|
||||
# Start starship
|
||||
eval "$(starship init zsh)"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user