mirror of
https://github.com/tiyn/dotfiles.git
synced 2025-10-09 19:11:15 +02:00
restructuring of dotfiles
This commit is contained in:
7
.profile
7
.profile
@@ -13,6 +13,7 @@ export NOTMUCH_CONFIG="$HOME/.config/notmuch-config"
|
||||
export GTK2_RC_FILES="$HOME/.config/gtk-2.0/gtkrc-2.0"
|
||||
export RTV_BROWSER="firefox"
|
||||
export QT_QPA_PLATFORMTHEME="qt5ct"
|
||||
export ZDOTDIR="$HOME/.config/zsh"
|
||||
|
||||
# less/man colors
|
||||
export LESS=-R
|
||||
@@ -26,13 +27,7 @@ export LESS_TERMCAP_ue="$(printf '%b' '[0m')"; a="${a%_}"
|
||||
|
||||
mpd >/dev/null 2>&1 &
|
||||
|
||||
[ ! -f ~/.config/shortcutrc ] && shortcuts >/dev/null 2>&1
|
||||
|
||||
echo "$0" | grep "bash$" >/dev/null && [ -f ~/.bashrc ] && source "$HOME/.bashrc"
|
||||
|
||||
# Start graphical server if i3 not already running.
|
||||
[ "$(tty)" = "/dev/tty1" ] && ! pgrep -x i3 >/dev/null && exec startx
|
||||
|
||||
# Switch escape and caps if tty:
|
||||
##sudo -n loadkeys ~/.local/bin/ttymaps.kmap 2>/dev/null
|
||||
|
||||
|
Reference in New Issue
Block a user