1
0
mirror of https://github.com/bertptrs/vimconfig.git synced 2025-12-25 12:30:32 +01:00

Less dotfiles in the home dir.

This commit is contained in:
2018-02-06 12:40:23 +01:00
parent 447a64d456
commit 41af3c675f
3 changed files with 8 additions and 0 deletions

View File

@@ -1,2 +1,4 @@
cache=${XDG_CACHE_HOME}/npm
prefix=${XDG_DATA_HOME}/npm
tmp=${XDG_RUNTIME_DIR}/npm
init-module=${XDG_CONFIG_HOME}/npm/config/npm-init.js

View File

@@ -105,3 +105,8 @@ export GIMP2_DIRECTORY="$XDG_CONFIG_HOME"/gimp
# Set up OpenSSL
export RANDFILE=$XDG_RUNTIME_DIR/rnd
# Set up various history files
export NODE_REPL_HISTORY="$XDG_CACHE_HOME/node_repl_history"
export MYSQL_HISTFILE="$XDG_CACHE_HOME/mysql_history"
export PSQL_HISTORY="$XDG_CACHE_HOME/psql_history"

View File

@@ -29,6 +29,7 @@ alias grep='grep --color=auto'
alias gvim='gvim --remote-tab'
alias userctl='systemctl --user'
alias :q='exit'
alias wget="wget --hsts-file=\"$XDG_CACHE_HOME/wget-hsts\""
if (( $+commands[thefuck] ))
then