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:
parent
e63a52d4db
commit
018beee8b6
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
BIN_DIR=$(dirname $0)
|
||||
BIN_DIR=$(cd "$(dirname "$0")"; pwd)
|
||||
|
||||
cd "$HOME"
|
||||
exec "$BIN_DIR/alacritty"
|
||||
|
|
Loading…
Reference in a new issue