mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 00:29:43 -04:00
Added
This commit is contained in:
parent
211de8d387
commit
0115561714
3 changed files with 6 additions and 2 deletions
|
|
@ -92,12 +92,15 @@ 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