aboutsummaryrefslogtreecommitdiff
path: root/assets/osx/Alacritty.app/Contents/MacOS/launcher
blob: be2ee7f8f744681862530b764d6467c775fdae1c (plain)
1
2
3
4
5
6
#!/bin/bash

BIN_DIR=$(cd "$(dirname "$0")"; pwd)

cd "$HOME"
exec "$BIN_DIR/alacritty"