Compare commits

...

3 Commits

Author SHA1 Message Date
inkch
8764cb7d9e feat(fish): add chezmoi abbr 2025-07-27 10:33:56 +09:00
inkch
257ae1d4b3 feat(fish): add abbr for reading help 2025-07-27 10:33:24 +09:00
inkch
9c90547b6b feat(git): add .my/ to global ignore 2025-07-27 10:31:56 +09:00
2 changed files with 6 additions and 1 deletions

View File

@@ -4,3 +4,4 @@
.note
tags
.#*
.my/

View File

@@ -254,6 +254,7 @@ end
if type -q bat;
abbr cat 'bat'
abbr bh 'bat -l help'
end
if type -q grc;
@@ -412,7 +413,10 @@ if type -q mcomix
end
if type -q chezmoi
abbr cz chezmoi
abbr cz 'chezmoi'
abbr czd 'chezmoi diff'
abbr cza 'chezmoi apply'
abbr czc 'chezmoi cd'
end
if type -q hledger