Move more configurations to .config
Signed-off-by: Severin Kaderli <severin.kaderli@gmail.com>
This commit is contained in:
parent
e2594c49f6
commit
e0e3ad0135
5 changed files with 15 additions and 8 deletions
|
@ -31,4 +31,7 @@ alias pj="cd ~/Projects"
|
|||
alias e="code"
|
||||
|
||||
# Alias for wget to use XDG directories
|
||||
alias wget="wget --hsts-file=\"$XDG_CACHE_HOME/wget-hsts\""
|
||||
alias wget="wget --hsts-file=\"${XDG_CACHE_HOME}/wget-hsts\""
|
||||
|
||||
# Alias for svn to use XDG directories
|
||||
alias svn="svn --config-dir \"${XDG_CONFIG_HOME}/subversion\""
|
|
@ -1,7 +1,7 @@
|
|||
# DO NOT EDIT! This file will be overwritten by LXAppearance.
|
||||
# Any customization should be done in ~/.gtkrc-2.0.mine instead.
|
||||
|
||||
include "/home/severin/.gtkrc-2.0.mine"
|
||||
include "/home/severin/.config/gtk-2.0/gtkrc.mine"
|
||||
gtk-theme-name="Adapta-Nokto"
|
||||
gtk-icon-theme-name="Paper-Mono-Dark"
|
||||
gtk-font-name="Noto Sans 11"
|
|
@ -25,6 +25,10 @@ export WGETRC="${XDG_CONFIG_HOME}/wget/wgetrc"
|
|||
export VIMINIT=":source ${XDG_CONFIG_HOME}/vim/vimrc"
|
||||
export CARGO_HOME="${XDG_DATA_HOME}/cargo"
|
||||
export RUSTUP_HOME="${XDG_DATA_HOME}/rustup"
|
||||
export PYLINTHOME="${XDG_CACHE_HOME}/pylint"
|
||||
export DOCKER_CONFIG="${XDG_CONFIG_HOME}/docker"
|
||||
export GTK_RC_FILES="${XDG_CONFIG_HOME}/gtk-1.0/gtkrc"
|
||||
export GTK2_RC_FILES="${XDG_CONFIG_HOME}/gtk-2.0/gtkrc"
|
||||
|
||||
# Bash
|
||||
export HISTCONTROL=ignoreboth
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue