From 27c99f952f62373506f337e13b35604a614f35d6 Mon Sep 17 00:00:00 2001 From: Bryan Ramos Date: Mon, 29 May 2023 09:20:41 -0400 Subject: [PATCH] Removed echo --- homeConfig/dotfiles/bash/bashrc | 3 --- 1 file changed, 3 deletions(-) diff --git a/homeConfig/dotfiles/bash/bashrc b/homeConfig/dotfiles/bash/bashrc index b607124..39fa110 100644 --- a/homeConfig/dotfiles/bash/bashrc +++ b/homeConfig/dotfiles/bash/bashrc @@ -92,15 +92,12 @@ function dev() { case $choice in 1) (cd ~/Documents/developerEnvs/webDev && nix develop) - echo "Don't forget to cd into your projects directory. Have a great day!" ;; 2) (cd ~/Documents/developerEnvs/elixirDev && nix develop) - echo "Don't forget to cd into your projects directory. Have a great day!" ;; 3) (cd ~/Documents/developerEnvs/haskellDev && nix develop) - echo "Don't forget to cd into your projects directory. Have a great day!" ;; # Add more cases here... *)