diff options
| author | omagdy <omar.professional8777@gmail.com> | 2024-12-27 23:12:00 +0200 |
|---|---|---|
| committer | omagdy <omar.professional8777@gmail.com> | 2024-12-27 23:12:00 +0200 |
| commit | 16089bdf9848fd3942fe4282cb2f357cdd312d9c (patch) | |
| tree | 9a8f114b7923c1b27d52556fb74e4a506366cd2e /scripts/.scripts/config_files.sh | |
| parent | df7634e9254fda279b8eeb26f75668694b22ef76 (diff) | |
| download | dotfiles-16089bdf9848fd3942fe4282cb2f357cdd312d9c.tar.xz dotfiles-16089bdf9848fd3942fe4282cb2f357cdd312d9c.zip | |
Added ghostty config
Diffstat (limited to 'scripts/.scripts/config_files.sh')
| -rwxr-xr-x | scripts/.scripts/config_files.sh | 2 |
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 |
