diff options
author | Robby Russell <robby@planetargon.com> | 2015-02-10 11:21:12 -0800 |
---|---|---|
committer | Robby Russell <robby@planetargon.com> | 2015-02-10 11:21:12 -0800 |
commit | 17216bee9c27ef63d5c3e5e72ce63b8f350ade73 (patch) | |
tree | 96388b06fe9d0563b91a565b3126ae7eb816195d | |
parent | 52177162f72296d16e67afa765533236bf2198eb (diff) | |
parent | b0013ceb29e4214a76c92bfbdc0d87354c374277 (diff) | |
download | zsh-17216bee9c27ef63d5c3e5e72ce63b8f350ade73.tar.gz zsh-17216bee9c27ef63d5c3e5e72ce63b8f350ade73.tar.bz2 zsh-17216bee9c27ef63d5c3e5e72ce63b8f350ade73.zip |
Merge pull request #3143 from roramirez/theme-linux
remove path not found for linuxonly theme
-rw-r--r-- | themes/linuxonly.zsh-theme | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/themes/linuxonly.zsh-theme b/themes/linuxonly.zsh-theme index a11b80d7f..f9e0aa07d 100644 --- a/themes/linuxonly.zsh-theme +++ b/themes/linuxonly.zsh-theme @@ -13,7 +13,6 @@ local c7=$(printf "\033[38;5;149m") local c8=$(printf "\033[38;5;126m") local c9=$(printf "\033[38;5;162m") -local foopath=$(perl /home/scp1/bin/foopath) if [ "$TERM" = "linux" ]; then c1=$(printf "\033[34;1m") |