Move everything possible into XDG directories
With the help of xdg-ninja (https://github.com/b3nj5m1n/xdg-ninja) we move all kinds of config/cache files into the XDG directories
This commit is contained in:
parent
7ceed45a28
commit
13b8724696
27 changed files with 131 additions and 42 deletions
|
|
@ -2,12 +2,13 @@
|
|||
name = various history files
|
||||
|
||||
[configuration_files]
|
||||
.bash_history
|
||||
# .lesshst -> less overwrites the symlink unfortunately
|
||||
.python_history
|
||||
.tig_history
|
||||
.zhistory
|
||||
|
||||
[xdg_configuration_files]
|
||||
# ~/.config/psql is set in ~/.psqlrc for all history files
|
||||
psql
|
||||
# Note: $XDG_STATE_HOME => ~/.local/state
|
||||
.local/state/bash/history
|
||||
# .local/state/less/history -> less overwrites the symlink unfortunately
|
||||
.local/state/python/history
|
||||
# tig only supports $XDG_DATA_HOME
|
||||
.local/share/tig/history
|
||||
# entire folder as $XDG_CONFIG_HOME/psql/psqlrc sets one history file per database
|
||||
.local/state/psql
|
||||
.local/state/wget/history
|
||||
# .local/state/zsh/history -> zsh overwrites the symlink unfortunately
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue