[zsh] Remove arguments from these init functions

This commit is contained in:
Eryn Wells 2022-05-25 17:02:26 -07:00
parent e8aae4ef89
commit b82c83073c
3 changed files with 21 additions and 31 deletions

View file

@ -1,10 +1,7 @@
#!/usr/bin/env zsh
# Eryn Wells <eryn@erynwells.me>
local theme=$1
if [[ -z "$1" ]]; then
theme=loquacious
fi
local theme=loquacious
autoload -U add-zsh-hook
autoload -Uz vcs_info