Update shortcuts

This commit is contained in:
2026-07-21 21:11:31 +01:00
parent 02ac673d4c
commit dcd46eafb9
6 changed files with 18 additions and 15 deletions
+2
View File
@@ -1,6 +1,8 @@
cac ${XDG_CACHE_HOME:-$HOME/.cache}
cf ${XDG_CONFIG_HOME:-$HOME/.config}
nv ${XDG_CONFIG_HOME:-$HOME/.config}/nvim/lua
hy ${XDG_CONFIG_HOME:-$HOME/.config}/hypr
nx ${XDG_CONFIG_HOME:-$HOME/.config}/nixos
D ${XDG_DOWNLOAD_DIR:-$HOME/Downloads}
d ${XDG_DOCUMENTS_DIR:-$HOME/Tower/Documents}
dt ${XDG_DATA_HOME:-$HOME/.local/share}
+2
View File
@@ -2,6 +2,8 @@
alias cac="cd /home/chris/.cache && ls" \
cf="cd /home/chris/.config && ls" \
nv="cd /home/chris/.config/nvim/lua && ls" \
hy="cd /home/chris/.config/hypr && ls" \
nx="cd /home/chris/.config/nixos && ls" \
D="cd /home/chris/Downloads && ls" \
d="cd /home/chris/Tower/Documents && ls" \
dt="cd /home/chris/.local/share && ls" \
+2
View File
@@ -1,6 +1,8 @@
hash -d cac=/home/chris/.cache
hash -d cf=/home/chris/.config
hash -d nv=/home/chris/.config/nvim/lua
hash -d hy=/home/chris/.config/hypr
hash -d nx=/home/chris/.config/nixos
hash -d D=/home/chris/Downloads
hash -d d=/home/chris/Tower/Documents
hash -d dt=/home/chris/.local/share
+6 -6
View File
@@ -2,11 +2,11 @@
show_hidden = true
[[plugin.prepend_fetchers]]
id = "git"
name = "*"
run = "git"
url = "*"
run = "git"
group = "git"
[[plugin.prepend_fetchers]]
id = "git"
name = "*/"
run = "git"
url = "*/"
run = "git"
group = "git"