diff options
| author | Thomas Voss <thomas.voss@humanwave.nl> | 2026-01-27 22:19:06 +0100 |
|---|---|---|
| committer | Thomas Voss <thomas.voss@humanwave.nl> | 2026-01-27 22:19:06 +0100 |
| commit | 5d02078ed0805df0479eb0d3b6b46ceff0d735ea (patch) | |
| tree | e9021bb3ea2bc996f4d3529c0536d743cbf05ea0 /.bash_profile | |
| parent | 3c88b4a683c8e511d67807c4f54a63ea16a1bb73 (diff) | |
| parent | 1971ad2b01eb58c56e4b01f65aaf92aa5f9494b5 (diff) | |
Merge branch 'master' of github.com:Mango0x45/dotfiles
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 |