linux-init/DotFiles/.bash_profile

11 lines
302 B
Bash
Raw Permalink Normal View History

2021-06-02 23:01:50 +02:00
#!/usr/bin/env bash
2021-05-23 09:58:20 +02:00
# Maintained in linux-config.org
2021-05-22 02:09:51 +02:00
logger -t "startup-initfile" BASH_PROFILE
2021-03-21 10:51:59 +01:00
[ -f ~/.profile ] && . ~/.profile || true
[ -f ~/.bashrc ] && . ~/.bashrc || true
2023-11-03 15:14:32 +01:00
#emacs --bg-daemon &> /dev/null &
2021-07-10 22:26:29 +02:00
2023-11-16 13:04:54 +01:00
[ -f "${HOME}/.bash_profile.local" ] && . "${HOME}/.bash_profile.local"
2023-12-01 11:20:29 +01:00
sway-autostart