From ff6ade0cec8062a31b4d4482c505019b4b0ca88e Mon Sep 17 00:00:00 2001 From: Luca Bilke Date: Sat, 13 Apr 2024 18:02:33 +0200 Subject: [PATCH] minor changes --- .config/lf/shortcuts | 2 +- .config/zk/config.toml | 2 +- .config/zsh/.zprofile | 2 +- .config/zsh/configs/hashes | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.config/lf/shortcuts b/.config/lf/shortcuts index 3c8b3ea47..77dad7381 100644 --- a/.config/lf/shortcuts +++ b/.config/lf/shortcuts @@ -1,4 +1,4 @@ - +# NOTE: Managed by shortcuts script map gh cd /home/luca map gch cd /home/luca/.cache map gcf cd /home/luca/.config diff --git a/.config/zk/config.toml b/.config/zk/config.toml index 43b10164c..b2f868031 100644 --- a/.config/zk/config.toml +++ b/.config/zk/config.toml @@ -1,5 +1,5 @@ [notebook] -dir = "~/Documents/wiki" +dir = "~/Documents/notes" [note] language = "en" diff --git a/.config/zsh/.zprofile b/.config/zsh/.zprofile index a9c6c3d99..2caa32de5 100644 --- a/.config/zsh/.zprofile +++ b/.config/zsh/.zprofile @@ -119,7 +119,7 @@ export W3M_DIR="$XDG_DATA_HOME/w3m" export RUSTUP_HOME="$XDG_DATA_HOME/rustup" export PYTHONSTARTUP="/etc/python/pythonrc" export DOCKER_CONFIG="$XDG_CONFIG_HOME/docker" -export XBPS_DISTDIR="$XDG_DOCUMENTS_DIR/dev/void-packages" +export XBPS_DISTDIR="$XDG_DOCUMENTS_DIR/dev/desktop/void-packages" localpath="$(find -L ~/.local/bin -type d -printf %p: | sed 's/.$//')" fpath=($XDG_CONFIG_HOME/zsh/completions $fpath) diff --git a/.config/zsh/configs/hashes b/.config/zsh/configs/hashes index ed859c243..efd92649f 100644 --- a/.config/zsh/configs/hashes +++ b/.config/zsh/configs/hashes @@ -1,4 +1,4 @@ - +# NOTE: Managed by shortcuts script hash -d h=/home/luca hash -d ch=/home/luca/.cache hash -d cf=/home/luca/.config