This commit is contained in:
thek4n 2025-01-22 22:34:09 +03:00
parent 583b9ff6f7
commit 4b353e47be
2 changed files with 4 additions and 1 deletions

View File

@ -48,3 +48,6 @@ bindkey -M menuselect '^e' undo
bindkey -M menuselect '^[' cancel
bindkey -M menuselect '^M' check-command
bindkey -M menuselect '^I' accept-and-infer-next-history
compdef _directories mcd

View File

@ -96,7 +96,7 @@ cleanup-directory() {
}
cleanup-downloads() {
local -r downloads_directory="${HOME}/downloads"
local -r downloads_directory="${XDG_DOWNLOAD_DIR}"
local -r log_file="${downloads_directory}/cleanup.log"
touch "${log_file}"