diff options
| author | Blista Kanjo | 2022-12-10 00:20:05 -0500 |
|---|---|---|
| committer | Blista Kanjo | 2022-12-10 00:20:05 -0500 |
| commit | 893a0e8040b3f41edd010ccf3bb5c60e51398625 (patch) | |
| tree | 43584c855123e8d8ffde39853995400c28b2d580 /.config/fish | |
| parent | b11e950e1d02aa917181e1fb0d2fedfb92cd2a96 (diff) | |
feat: using rust rewrite of ln when in interactive shell
Diffstat (limited to '.config/fish')
| -rw-r--r-- | .config/fish/config.fish | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/fish/config.fish b/.config/fish/config.fish index d1b52b1..7bb72b2 100644 --- a/.config/fish/config.fish +++ b/.config/fish/config.fish @@ -26,6 +26,7 @@ if status is-interactive alias pwd="uu-pwd" alias groups=uu-groups alias kill=uu-kill + alias ln=uu-ln # Plan9 Utils Command Substitutions alias sort="9 sort" |
