diff options
| author | ache <ache@ache.one> | 2026-03-04 15:59:29 +0100 |
|---|---|---|
| committer | ache <ache@ache.one> | 2026-03-04 15:59:29 +0100 |
| commit | 2a4fe57b9d3257f3f8d32d90dc4147615df33702 (patch) | |
| tree | 89cd27a49abae237a04afa3faa4f5997a4e536e7 /functions/wch.fish | |
| parent | feat: Create a color theme for fish (diff) | |
feat: Use abbr instead of alias
Diffstat (limited to 'functions/wch.fish')
| -rw-r--r-- | functions/wch.fish | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/functions/wch.fish b/functions/wch.fish index 1204cdf..b8dd61d 100644 --- a/functions/wch.fish +++ b/functions/wch.fish @@ -1 +1 @@ - alias wch++='watch -n 1' +abbr --add wch++ 'watch -n 1' |