diff options
Diffstat (limited to '.config/shell')
| -rw-r--r-- | .config/shell/profile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/shell/profile b/.config/shell/profile index 5ef0d77..ebe7991 100644 --- a/.config/shell/profile +++ b/.config/shell/profile @@ -57,6 +57,7 @@ export KUBECONFIG="$XDG_CONFIG_HOME/kube/config" export KUBECACHEDIR="$XDG_CACHE_HOME/kube" export DOCKER_CONFIG="$XDG_CONFIG_HOME/docker" export PASSWORD_STORE_CLIP_TIME=5 +export W3M_DIR="$XDG_STATE_HOME/w3m" # Other program settings: export DICS="/usr/share/stardict/dic/" |