linux-init/DotFiles/.bash_profile
2023-12-01 11:20:29 +01:00

10 lines
302 B
Bash
Executable file

#!/usr/bin/env bash
# Maintained in linux-config.org
logger -t "startup-initfile" BASH_PROFILE
[ -f ~/.profile ] && . ~/.profile || true
[ -f ~/.bashrc ] && . ~/.bashrc || true
#emacs --bg-daemon &> /dev/null &
[ -f "${HOME}/.bash_profile.local" ] && . "${HOME}/.bash_profile.local"
sway-autostart