From ae4638ab592503820ad9814da88f29a1dec679d6 Mon Sep 17 00:00:00 2001 From: srdusr Date: Sun, 13 Aug 2023 19:37:01 +0200 Subject: Commented out nvm alias --- .config/zsh/.zshrc | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to '.config/zsh') diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc index cb2864f..8c2ae12 100644 --- a/.config/zsh/.zshrc +++ b/.config/zsh/.zshrc @@ -530,13 +530,13 @@ fi alias android-studio='/opt/android-studio/bin/studio.sh' # NVM -nvm() { - local green_color - green_color=$(tput setaf 2) - local reset_color - reset_color=$(tput sgr0) - echo -e "${green_color}nvm${reset_color} $@" -} +#nvm() { +# local green_color +# green_color=$(tput setaf 2) +# local reset_color +# reset_color=$(tput sgr0) +# echo -e "${green_color}nvm${reset_color} $@" +#} if [ -s "$NVM_DIR/nvm.sh" ]; then nvm_cmds=(nvm node npm yarn) -- cgit v1.2.3