1
0
Fork 0
mirror of https://github.com/alacritty/alacritty.git synced 2024-11-18 13:55:23 -05:00

Changes recommended by @mondras

This commit is contained in:
Bryce Fisher-Fleig 2017-03-06 10:26:17 -08:00
parent e63a52d4db
commit 018beee8b6

View file

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
BIN_DIR=$(dirname $0) BIN_DIR=$(cd "$(dirname "$0")"; pwd)
cd "$HOME" cd "$HOME"
exec "$BIN_DIR/alacritty" exec "$BIN_DIR/alacritty"