More emacs performance
This commit is contained in:
@@ -3,6 +3,11 @@
|
||||
# path
|
||||
export PATH=$PATH:$HOME/scripts:$HOME/.cargo/bin:$HOME/.cabal/bin:$HOME/.ghcup/bin:$HOME/.local/bin
|
||||
|
||||
# ssh
|
||||
if [ -f ~/.ssh/agent.env ] ; then
|
||||
. ~/.ssh/agent.env > /dev/null
|
||||
fi
|
||||
|
||||
# editor
|
||||
export EDITOR="vim"
|
||||
export VISIAL=${EDITOR}
|
||||
@@ -17,9 +22,6 @@ export SDL_IM_MODULE='fcitx'
|
||||
export XMODIFIERS='@im=fcitx'
|
||||
export WINIT_UNIX_BACKEND=x11
|
||||
|
||||
# university wants me to use intellij, but dwm rightfully hates it
|
||||
export _JAVA_AWT_WM_NONREPARENTING=1
|
||||
|
||||
# gtk and qt theme - requires https://github.com/hargonix/Pop-gruvbox/ in ~/.themes
|
||||
export GTK2_RC_FILES="$HOME/.gtkrc-2.0"
|
||||
export GTK_THEME=Pop-gruvbox:light
|
||||
|
||||
Reference in New Issue
Block a user