Last active
August 20, 2022 19:54
-
-
Save MM25Zamanian/fc1960135cf54fd5fae966c637455ffe to your computer and use it in GitHub Desktop.
ZSH Config
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/zamanian/.oh-my-zsh" | |
export LANG=en_US.UTF-8 | |
ZSH_THEME=refined | |
VSCODE=code-insider | |
plugins=( | |
aliases | |
archlinux | |
dash | |
git | |
node | |
thefuck | |
themes | |
vscode | |
yarn | |
) | |
source $ZSH/oh-my-zsh.sh |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment