updated linux.sh

pull/2/head
Hari Sekhon 5 years ago
parent 841c198075
commit 65f684836d

@ -21,6 +21,11 @@
# most of the regular stuff is in the other bash.d/*.sh files # most of the regular stuff is in the other bash.d/*.sh files
srcdir="${srcdir:-$(dirname "${BASH_SOURCE[0]}")/..}"
# shellcheck disable=SC1090
. "$srcdir/.bash.d/os_detection.sh"
[ -n "$APPLE" ] && return [ -n "$APPLE" ] && return
alias reloadXdefaults="xrdb ~/.Xdefaults" alias reloadXdefaults="xrdb ~/.Xdefaults"

Loading…
Cancel
Save