Environment Variables
- Move environment variables from fish config to xinitrc
This commit is contained in:
parent
ab96b8fd41
commit
fa4b803861
@ -9,13 +9,6 @@ set fish_greeting "¸.·´¯`·.´¯`·.¸¸.·´¯`·.¸><(((º>" # Fish Greeti
|
||||
#############
|
||||
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 #
|
||||
###########
|
||||
|
8
.xinitrc
Executable file
8
.xinitrc
Executable 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
|
Loading…
x
Reference in New Issue
Block a user