diff options
Diffstat (limited to '.bash_profile')
| -rw-r--r-- | .bash_profile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.bash_profile b/.bash_profile index 326d8a6..98eab43 100644 --- a/.bash_profile +++ b/.bash_profile @@ -1,2 +1,2 @@ [[ -f ~/.bashrc ]] && source ~/.bashrc -[[ -z "$DISPLAY" && `tty` == /dev/tty1 ]] && exec Hyprland +[[ -z "$DISPLAY" && `tty` == /dev/tty1 ]] && exec start-hyprland |