mirror of
https://github.com/alacritty/alacritty.git
synced 2024-11-03 04:34:21 -05:00
Fix launcher script
This commit is contained in:
parent
6f5c2552c8
commit
e63a52d4db
1 changed files with 1 additions and 1 deletions
|
@ -3,4 +3,4 @@
|
|||
BIN_DIR=$(dirname $0)
|
||||
|
||||
cd "$HOME"
|
||||
exec "$BIN_DIR/alacritty" "$@"
|
||||
exec "$BIN_DIR/alacritty"
|
||||
|
|
Loading…
Reference in a new issue