Merge branch 'master' of git.blakenorth.net/home/git/dotfiles
This commit is contained in:
commit
d326ff8894
2 changed files with 1 additions and 6 deletions
|
@ -38,11 +38,6 @@ error() {
|
||||||
# change cursor to a beam by default
|
# change cursor to a beam by default
|
||||||
printf '\e[5 q'
|
printf '\e[5 q'
|
||||||
|
|
||||||
# Warn if profile isn't loaded, if not in an ssh connection
|
|
||||||
if ! "${PROFILE_LOADED:-false}" || [ -z "${SSH_TTY:+foo}" ]; then
|
|
||||||
echo "Warning: profile was not loaded! Set PROFILE_LOADED to 'true' to disable this warning." >&2
|
|
||||||
fi
|
|
||||||
|
|
||||||
### <<<
|
### <<<
|
||||||
### Generic shell configuration >>>
|
### Generic shell configuration >>>
|
||||||
### Environment variables >>>
|
### Environment variables >>>
|
||||||
|
|
2
.profile
2
.profile
|
@ -50,7 +50,7 @@ export LESS_TERMCAP_ue="$(printf '%b' '[0m')"
|
||||||
export MOZ_USE_XINPUT2="1" # Mozilla smooth scrolling/touchpads.
|
export MOZ_USE_XINPUT2="1" # Mozilla smooth scrolling/touchpads.
|
||||||
export VDPAU_DRIVER=va_gl # Fix steam remote play black screen
|
export VDPAU_DRIVER=va_gl # Fix steam remote play black screen
|
||||||
# shellcheck disable=SC2046
|
# shellcheck disable=SC2046
|
||||||
export $(dbus-launch)
|
command -v dbus-launch && export $(dbus-launch)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue