diff options
| author | Blista Kanjo | 2023-06-14 13:12:16 -0400 |
|---|---|---|
| committer | Blista Kanjo | 2023-06-14 13:12:16 -0400 |
| commit | ec65bf76fbb592b710863630e91951edf5d83bf1 (patch) | |
| tree | 49066394512fa120575ce45ef13f9853867daf4c /.config/fish/config.fish | |
| parent | f75b088d1312bccb8fc9d70ac36ce553e654756b (diff) | |
refactor: removed Plan 9 Utils command substitutions
Diffstat (limited to '.config/fish/config.fish')
| -rw-r--r-- | .config/fish/config.fish | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/.config/fish/config.fish b/.config/fish/config.fish index 3643a0e..102f0df 100644 --- a/.config/fish/config.fish +++ b/.config/fish/config.fish @@ -48,10 +48,6 @@ if status is-interactive alias true=uu-true alias uptime=uu-uptime - # Plan9 Utils Command Substitutions - alias sort="9 sort" - alias grep="9 grep" - # Environment Variable Declarations export PF_INFO="ascii title os kernel uptime pkgs memory" |
