mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-22 04:51:12 +02:00
replace a tab to spaces
This commit is contained in:
parent
c1c8417c7d
commit
9a737faea9
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ function theme
|
|||
RANDOM_THEME_NAME=`echo "$RANDOM_THEME"|xargs -d '\n' -n 1 basename|sed 's/\(.*\)\..*/\1/'`
|
||||
echo "[oh-my-zsh] Random theme '$RANDOM_THEME_NAME' loaded."
|
||||
else
|
||||
if [ -f "$ZSH_CUSTOM/$1.zsh-theme" ]; then
|
||||
if [ -f "$ZSH_CUSTOM/$1.zsh-theme" ]; then
|
||||
source "$ZSH_CUSTOM/$1.zsh-theme"
|
||||
elif [ -f "$ZSH_CUSTOM/themes/$1.zsh-theme" ]; then
|
||||
source "$ZSH_CUSTOM/themes/$1.zsh-theme"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue