1
0
Fork 0
This commit is contained in:
Luca Bilke 2024-05-24 20:48:42 +02:00
parent dc33dd084f
commit 316a50d8fa
6 changed files with 14 additions and 12 deletions

View File

@ -4,7 +4,7 @@ co $XDG_DOCUMENTS_DIR/dev
dk $XDG_DESKTOP_DIR
dl $XDG_DOWNLOAD_DIR
dm $XDG_DOCUMENTS_DIR
ds $XDG_DATA_HOME/dots
ds $STOW_DIR/$DOTS_PACKAGE
dt $XDG_DATA_HOME
e /etc
h $HOME

View File

@ -5,7 +5,7 @@ map gco cd ~/Documents/dev
map gdk cd ~/Desktop
map gdl cd ~/Downloads
map gdm cd ~/Documents
map gds cd ~/.local/share/dots
map gds cd ~/.local/share/stow/dots
map gdt cd ~/.local/share
map ge cd /etc
map gh cd ~

View File

@ -1 +0,0 @@
../../../Documents/dev/tralios/tralios-kube/_kube

View File

@ -5,7 +5,7 @@ hash -d co=~/Documents/dev
hash -d dk=~/Desktop
hash -d dl=~/Downloads
hash -d dm=~/Documents
hash -d ds=~/.local/share/dots
hash -d ds=~/.local/share/stow/dots
hash -d dt=~/.local/share
hash -d e=/etc
hash -d h=~

3
.gitignore vendored
View File

@ -1 +1,4 @@
.config/zsh/.zcompdump
.config/zsh/completions/_kube
.config/zsh/configs/host-setup
.local/share/service