From 6b76be1dc2df7a09b01c61a72972bb28a9360b30 Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Sun, 9 Apr 2023 20:03:10 +0200 Subject: Added home in project-open remotes --- local/bin/project-open | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'local') diff --git a/local/bin/project-open b/local/bin/project-open index 63d9314..aa6ca57 100755 --- a/local/bin/project-open +++ b/local/bin/project-open @@ -34,9 +34,10 @@ else "clone") while [ -z "$remote_choice" ] do - remote_choice=$(printf 'github.com\ncacharle.xyz\nclipboard\nother' | dmenu -p "Remote location") + remote_choice=$(printf 'home\ngithub.com\ncacharle.xyz\nclipboard\nother' | dmenu -p "Remote location") done case "$remote_choice" in + home) prefix='git@home-nuc:' ;; github.com) prefix='git@github.com:cacharle/' ;; cacharle.xyz) prefix='git@cacharle.xyz:/srv/git/' ;; clipboard) dest="$(xclip -selection clipboard -o)" ;; -- cgit