From 87c5ada17a7a03bafc6ec3ead8942c65f71ee34e Mon Sep 17 00:00:00 2001 From: tiynger Date: Mon, 7 Oct 2019 19:26:47 +0200 Subject: [PATCH] removing bloat from .profile and adding zshrc --- .config/profile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.config/profile b/.config/profile index 4ce7123..b034263 100644 --- a/.config/profile +++ b/.config/profile @@ -30,9 +30,8 @@ export LESS_TERMCAP_se="$(printf '%b' '')"; a="${a%_}" export LESS_TERMCAP_us="$(printf '%b' '')"; a="${a%_}" export LESS_TERMCAP_ue="$(printf '%b' '')"; a="${a%_}" -mpd >/dev/null 2>&1 & - echo "$0" | grep "bash$" >/dev/null && [ -f ~/.bashrc ] && source "$HOME/.bashrc" +echo "$0" | grep "zsh$" >/dev/null && [ -f $ZDOTDIR/.zshrc ] && source "$ZDOTDIR/.zshrc" # Start graphical server if i3 not already running. [ "$(tty)" = "/dev/tty1" ] && ! pgrep -x i3 >/dev/null && exec startx