diff options
| author | Paul Buetow <paul@buetow.org> | 2025-09-14 10:15:38 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-09-14 10:15:38 +0300 |
| commit | 3d4177f82473fc09798d48f2678eac4127a0875f (patch) | |
| tree | 411bdff94eab3881643a3e50f1c3ea4078e8b9e3 | |
| parent | 9bd3dd935b21cfa35c1f7970eacdea436ebb0265 (diff) | |
Update
| -rw-r--r-- | dotfiles/fish/conf.d/alternatives.fish | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dotfiles/fish/conf.d/alternatives.fish b/dotfiles/fish/conf.d/alternatives.fish index 54d9dab..491cf1f 100644 --- a/dotfiles/fish/conf.d/alternatives.fish +++ b/dotfiles/fish/conf.d/alternatives.fish @@ -12,3 +12,6 @@ end if type -q procs alias p='procs' end +if type -q carl + alias cal='carl' +end |
