mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 08:39:42 -04:00
Removed echo
This commit is contained in:
parent
0115561714
commit
27c99f952f
1 changed files with 0 additions and 3 deletions
|
|
@ -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...
|
||||
*)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue