mirror of
				https://github.com/tiyn/dotfiles.git
				synced 2025-10-31 04:21:15 +01:00 
			
		
		
		
	removing bloat from .profile and adding zshrc
This commit is contained in:
		| @@ -30,9 +30,8 @@ export LESS_TERMCAP_se="$(printf '%b' '[0m')"; a="${a%_}" | ||||
| export LESS_TERMCAP_us="$(printf '%b' '[1;32m')"; a="${a%_}" | ||||
| export LESS_TERMCAP_ue="$(printf '%b' '[0m')"; 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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user