From a348d78af86252b6789b8a08c5df51acd26a91d3 Mon Sep 17 00:00:00 2001 From: Hekuran <62762955+narukeh@users.noreply.github.com> Date: Mon, 20 Jul 2020 23:57:22 +0200 Subject: [PATCH] sort alphabetically sort alphabetically --- .config/directories | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.config/directories b/.config/directories index e682aaaa..b3807cd1 100644 --- a/.config/directories +++ b/.config/directories @@ -1,13 +1,13 @@ # You can add comments to these files with # -h $HOME -mn /mnt -sc $HOME/.local/bin -src $HOME/.local/src -dt ${XDG_DATA_HOME:-$HOME/.local/share} cac ${XDG_CACHE_HOME:-$HOME/.cache} cf ${XDG_CONFIG_HOME:-$HOME/.config} D ${XDG_DOWNLOAD_DIR:-$HOME/Downloads} d ${XDG_DOCUMENTS_DIR:-$HOME/Documents} +dt ${XDG_DATA_HOME:-$HOME/.local/share} +h $HOME m ${XDG_MUSIC_DIR:-$HOME/Music} +mn /mnt pp ${XDG_PICTURES_DIR:-$HOME/Pictures} +sc $HOME/.local/bin +src $HOME/.local/src vv ${XDG_VIDEOS_DIR:-$HOME/Videos}