diff options
| author | kj_sh604 | 2026-03-06 21:40:18 -0500 |
|---|---|---|
| committer | kj_sh604 | 2026-03-06 21:40:18 -0500 |
| commit | 534388bb163c6c5c42080a90bf7a1a8ca09e0b36 (patch) | |
| tree | 69446cedac54b60c2eaf4c267f8bd5d60948e824 /.config/fish/config.fish | |
| parent | 24a2888edd510881bc043d20ffe71f85759bf74a (diff) | |
refactor: dots
Diffstat (limited to '.config/fish/config.fish')
| -rw-r--r-- | .config/fish/config.fish | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/fish/config.fish b/.config/fish/config.fish index fa4a82f..48c5cf1 100644 --- a/.config/fish/config.fish +++ b/.config/fish/config.fish @@ -16,7 +16,7 @@ if status is-interactive # abbreviations abbr -a S "cd ~/.local/bin && ls" abbr -a d "disown" - abbr -a dots "cd ~/.local/share/.dotfiles/" + abbr -a dots "cd ~/.local/share/.dots/" abbr -a ks "killall screen" abbr -a lgit 'lazygit' abbr -a p "paru" |
