From a96b8ceb70e30830ca58b79eb05af7eeb969ec8b Mon Sep 17 00:00:00 2001 From: Bryan Ramos Date: Sat, 3 Jun 2023 08:45:07 -0400 Subject: [PATCH] Fixed --- homeConfig/dotfiles/bash/bashrc | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/homeConfig/dotfiles/bash/bashrc b/homeConfig/dotfiles/bash/bashrc index ae5041a..bfa3fec 100644 --- a/homeConfig/dotfiles/bash/bashrc +++ b/homeConfig/dotfiles/bash/bashrc @@ -176,21 +176,20 @@ function ldv() { case $choice in 1) - cp ~/Documents/projects/lazydev/flakes/web/flake.nix . wget -q https://raw.githubusercontent.com/itme-brain/lazydev/main/flakes/web/flake.nix echo "use flake" >> .envrc && direnv allow ;; 2) - cp ~/Documents/projects/lazydev/flakes/elixir/flake.nix . + wget -q https://raw.githubusercontent.com/itme-brain/lazydev/main/flakes/elixir/flake.nix echo "use flake" >> .envrc && direnv allow ;; 3) - cp ~/Documents/projects/lazydev/flakes/haskell/flake.nix . + wget -q https://raw.githubusercontent.com/itme-brain/lazydev/main/flakes/haskell/flake.nix echo "use flake" >> .envrc && direnv allow ;; # Add more cases here... *) - echo "Invalid choice" + echo "Invalid choice." ;; esac elif [[ -z $1 ]]; then @@ -214,7 +213,7 @@ function ldv() { ;; # Add more cases here... *) - echo "Invalid choice" + echo "Invalid choice." ;; esac else