summaryrefslogtreecommitdiff
path: root/common/home/scripts
diff options
context:
space:
mode:
authorNathan Reiner <nathan@nathanreiner.xyz>2024-10-17 18:59:57 +0200
committerNathan Reiner <nathan@nathanreiner.xyz>2024-10-17 18:59:57 +0200
commitf6191ba8584cff249a2fbdb3371d207927a04d5c (patch)
tree91e161aa7060e850979e4db3718beab5a624e6c5 /common/home/scripts
parentefe3676a8d1c8fefd1aef74599d55965648a52c9 (diff)
add flags to openproject script
Diffstat (limited to 'common/home/scripts')
-rw-r--r--common/home/scripts/openproject2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/home/scripts/openproject b/common/home/scripts/openproject
index 5b42432..1c9ca48 100644
--- a/common/home/scripts/openproject
+++ b/common/home/scripts/openproject
@@ -5,4 +5,4 @@ path=$(find ~ -name '.git' -type d -maxdepth 6 | sed 's/\.git$//' | wofi -d -p '
[ -z "$path" ] && exit
cd $path
-alacritty
+alacritty $@