[zsh] Remove arguments from these init functions
This commit is contained in:
parent
e8aae4ef89
commit
b82c83073c
3 changed files with 21 additions and 31 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue