Fish Config Changes

- Comment out neofetch
- Add color scripts
- Add XDG_CONFIG_HOME environment variable for dwm autostart
This commit is contained in:
Sravan Balaji 2020-07-26 01:00:12 -04:00
parent ea45341404
commit 3b49dca581

View File

@ -7,7 +7,10 @@ function fish_prompt
end
# Run neofetch when opening terminal (w/ empty line above)
neofetch
# neofetch
# Color Scripts
/bin/bash /opt/shell-color-scripts/colorscript.sh -r
# ALIASES
alias config='/usr/bin/git --git-dir=$HOME/.cfg/ --work-tree=$HOME'
@ -15,3 +18,4 @@ alias config='/usr/bin/git --git-dir=$HOME/.cfg/ --work-tree=$HOME'
# EXPORTS
export EDITOR="code -w"
export TERM=xterm-256color
export XDG_CONFIG_HOME=$HOME/.config