Environment Variables

- Move environment variables from fish config to xinitrc
This commit is contained in:
Sravan Balaji 2020-11-12 21:34:10 -05:00
parent ab96b8fd41
commit fa4b803861
2 changed files with 8 additions and 7 deletions

View File

@ -9,13 +9,6 @@ set fish_greeting "¸.·´¯`·.´¯`·.¸¸.·´¯`·.¸><(((º>" # Fish Greeti
############# #############
set -U fish_user_paths $fish_user_paths $HOME/.local/bin/ set -U fish_user_paths $fish_user_paths $HOME/.local/bin/
###########
# EXPORTS #
###########
export TERM=xterm-256color # Sets the terminal type
export EDITOR="code -w" # $EDITOR use vscode in terminal
export XDG_CONFIG_HOME=$HOME/.config # Set Config directory
########### ###########
# ALIASES # # ALIASES #
########### ###########

8
.xinitrc Executable file
View File

@ -0,0 +1,8 @@
###########
# EXPORTS #
###########
export TERM=xterm-256color # Sets the terminal type
export EDITOR="code -w" # $EDITOR use vscode in terminal
export XDG_CONFIG_HOME=$HOME/.config # Set Config directory
export QT_QPA_PLATFORMTHEME=gtk2 # QGtkStyle
exec dwm