Update shortcuts
This commit is contained in:
@@ -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,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" \
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user