minor changes
This commit is contained in:
parent
f1d71dacb3
commit
ff6ade0cec
4 changed files with 4 additions and 4 deletions
.config
|
@ -1,4 +1,4 @@
|
||||||
|
# NOTE: Managed by shortcuts script
|
||||||
map gh cd /home/luca
|
map gh cd /home/luca
|
||||||
map gch cd /home/luca/.cache
|
map gch cd /home/luca/.cache
|
||||||
map gcf cd /home/luca/.config
|
map gcf cd /home/luca/.config
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
[notebook]
|
[notebook]
|
||||||
dir = "~/Documents/wiki"
|
dir = "~/Documents/notes"
|
||||||
|
|
||||||
[note]
|
[note]
|
||||||
language = "en"
|
language = "en"
|
||||||
|
|
|
@ -119,7 +119,7 @@ export W3M_DIR="$XDG_DATA_HOME/w3m"
|
||||||
export RUSTUP_HOME="$XDG_DATA_HOME/rustup"
|
export RUSTUP_HOME="$XDG_DATA_HOME/rustup"
|
||||||
export PYTHONSTARTUP="/etc/python/pythonrc"
|
export PYTHONSTARTUP="/etc/python/pythonrc"
|
||||||
export DOCKER_CONFIG="$XDG_CONFIG_HOME/docker"
|
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/.$//')"
|
localpath="$(find -L ~/.local/bin -type d -printf %p: | sed 's/.$//')"
|
||||||
fpath=($XDG_CONFIG_HOME/zsh/completions $fpath)
|
fpath=($XDG_CONFIG_HOME/zsh/completions $fpath)
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
|
# NOTE: Managed by shortcuts script
|
||||||
hash -d h=/home/luca
|
hash -d h=/home/luca
|
||||||
hash -d ch=/home/luca/.cache
|
hash -d ch=/home/luca/.cache
|
||||||
hash -d cf=/home/luca/.config
|
hash -d cf=/home/luca/.config
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue