diff --git a/.config/wget/wgetrc b/.config/wget/wgetrc new file mode 100644 index 0000000..97bba88 --- /dev/null +++ b/.config/wget/wgetrc @@ -0,0 +1 @@ +hsts-file = ~/.cache/wget-hsts diff --git a/.config/zsh/.zprofile b/.config/zsh/.zprofile index 7654abe..b9a0aeb 100644 --- a/.config/zsh/.zprofile +++ b/.config/zsh/.zprofile @@ -51,12 +51,19 @@ export TERMINAL="urxvt" # Vim export VIMINIT="source $XDG_CONFIG_HOME/vim/vimrc" +# Web browser +export BROWSER="firefox" + +# Wget +export WGETRC="$XDG_CONFIG_HOME/wget/wgetrc" + # WM export WM="i3" # Xorg export XINITRC="$XDG_CONFIG_HOME/xorg/xinitrc" export XAUTHORITY="$XDG_DATA_HOME/xorg/Xauthority" +touch "$XDG_DATA_HOME/xorg/Xauthority" # Colors, window manager colors, workspace names # Example: *.color0: #282a2e -> COLOR0=#282a2e