Created
February 4, 2023 01:01
-
-
Save vladimir-anisimov/b6e486629becc1c82d6ac2faa5c1956d to your computer and use it in GitHub Desktop.
.zchrc oh-my-zsh
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export ZSH="$HOME/.oh-my-zsh" | |
ZSH_THEME="" | |
plugins=( | |
git | |
zsh-syntax-highlighting | |
zsh-autosuggestions | |
pod | |
) | |
source $ZSH/oh-my-zsh.sh | |
eval "$(starship init zsh)" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment