Skip to content

Commit

Permalink
🔥 remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
ptavares committed Oct 8, 2021
1 parent 26cc958 commit d1e852d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions zsh-tfswitch.plugin.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ autoload -U add-zsh-hook
################################################################################
# constant
################################################################################
bold="bold"
none="none"
BOLD="bold"
NONE="none"

################################################################################
# Plugin main
Expand Down Expand Up @@ -66,8 +66,6 @@ _zsh_tfswitch_download_install() {
tar xzf ${TFSWITCH_HOME}/tfswitch.tar.gz --directory ${TFSWITCH_HOME} 2>&1 > /dev/null
rm -rf ${TFSWITCH_HOME}/tfswitch.tar.gz
echo ${version} > ${ZSH_TFSWITCH_VERSION_FILE}
_zsh_tfswitch_log $BOLD "blue" "Creating directory : $HOME/bin"
mkdir $HOME/bin
}

_zsh_tfswitch_install() {
Expand Down

0 comments on commit d1e852d

Please sign in to comment.