Installed Oh-My-Zsh, slight polybar change (brightness)
This commit is contained in:
7
.oh-my-zsh/plugins/asdf/asdf.plugin.zsh
Normal file
7
.oh-my-zsh/plugins/asdf/asdf.plugin.zsh
Normal file
@@ -0,0 +1,7 @@
|
||||
# Find where asdf should be installed.
|
||||
ASDF_DIR="${ASDF_DIR:-$HOME/.asdf}"
|
||||
|
||||
# Load asdf, if found.
|
||||
if [ -f $ASDF_DIR/asdf.sh ]; then
|
||||
. $ASDF_DIR/asdf.sh
|
||||
fi
|
Reference in New Issue
Block a user