mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 00:29:43 -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
|
case $choice in
|
||||||
1)
|
1)
|
||||||
(cd ~/Documents/developerEnvs/webDev && nix develop)
|
(cd ~/Documents/developerEnvs/webDev && nix develop)
|
||||||
echo "Don't forget to cd into your projects directory. Have a great day!"
|
|
||||||
;;
|
;;
|
||||||
2)
|
2)
|
||||||
(cd ~/Documents/developerEnvs/elixirDev && nix develop)
|
(cd ~/Documents/developerEnvs/elixirDev && nix develop)
|
||||||
echo "Don't forget to cd into your projects directory. Have a great day!"
|
|
||||||
;;
|
;;
|
||||||
3)
|
3)
|
||||||
(cd ~/Documents/developerEnvs/haskellDev && nix develop)
|
(cd ~/Documents/developerEnvs/haskellDev && nix develop)
|
||||||
echo "Don't forget to cd into your projects directory. Have a great day!"
|
|
||||||
;;
|
;;
|
||||||
# Add more cases here...
|
# Add more cases here...
|
||||||
*)
|
*)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue