Remove Xinitrc & Xresources Configs for Arch

- Remove dwm & polybar related parameters in Xresources
- Delete xinitrc as it is not needed for Pop!_OS
- Move relevant xinitrc environment variables to bashrc
- Update git config with bunch of new settings
This commit is contained in:
Sravan Balaji
2021-03-31 15:29:25 -04:00
parent 8688db153f
commit 93489c6c6b
4 changed files with 73 additions and 88 deletions

View File

@@ -116,16 +116,14 @@ if ! shopt -oq posix; then
fi
fi
# # Run neofetch when opening terminal
# neofetch
# ALIASES
alias config='/usr/bin/git --git-dir=$HOME/.cfg/ --work-tree=$HOME'
# EXPORTS
# ENVIRONMENT VARIABLES
export EDITOR="code -w"
export TERM=xterm-256color
export QT_STYLE_OVERRIDE=kvantum
export XDG_CONFIG_HOME=$HOME/.config
# Set fish as interactive shell only
exec fish