aboutsummaryrefslogtreecommitdiff
path: root/scripts/.scripts/config_files.sh
diff options
context:
space:
mode:
authoromagdy <omar.professional8777@gmail.com>2024-12-27 23:12:00 +0200
committeromagdy <omar.professional8777@gmail.com>2024-12-27 23:12:00 +0200
commit16089bdf9848fd3942fe4282cb2f357cdd312d9c (patch)
tree9a8f114b7923c1b27d52556fb74e4a506366cd2e /scripts/.scripts/config_files.sh
parentdf7634e9254fda279b8eeb26f75668694b22ef76 (diff)
downloaddotfiles-16089bdf9848fd3942fe4282cb2f357cdd312d9c.tar.xz
dotfiles-16089bdf9848fd3942fe4282cb2f357cdd312d9c.zip
Added ghostty config
Diffstat (limited to 'scripts/.scripts/config_files.sh')
-rwxr-xr-xscripts/.scripts/config_files.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/.scripts/config_files.sh b/scripts/.scripts/config_files.sh
index 8642cf4..63cfa47 100755
--- a/scripts/.scripts/config_files.sh
+++ b/scripts/.scripts/config_files.sh
@@ -33,4 +33,4 @@ choice=$(echo "$program_names" | $launcher)
file=$(echo "$configs" | grep -w "$choice" | cut -d':' -f2)
cwd=$(dirname $file)
-kitty -e nvim -c "cd $cwd" $file
+ghostty -e nvim -c "cd $cwd" $file