Fish Config Changes
- Comment out neofetch - Add color scripts - Add XDG_CONFIG_HOME environment variable for dwm autostart
This commit is contained in:
@@ -7,7 +7,10 @@ function fish_prompt
|
|||||||
end
|
end
|
||||||
|
|
||||||
# Run neofetch when opening terminal (w/ empty line above)
|
# Run neofetch when opening terminal (w/ empty line above)
|
||||||
neofetch
|
# neofetch
|
||||||
|
|
||||||
|
# Color Scripts
|
||||||
|
/bin/bash /opt/shell-color-scripts/colorscript.sh -r
|
||||||
|
|
||||||
# ALIASES
|
# ALIASES
|
||||||
alias config='/usr/bin/git --git-dir=$HOME/.cfg/ --work-tree=$HOME'
|
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
|
# EXPORTS
|
||||||
export EDITOR="code -w"
|
export EDITOR="code -w"
|
||||||
export TERM=xterm-256color
|
export TERM=xterm-256color
|
||||||
|
export XDG_CONFIG_HOME=$HOME/.config
|
||||||
|
Reference in New Issue
Block a user