diff options
| author | Sam Nystrom <sam@samnystrom.dev> | 2023-06-03 14:52:03 -0400 |
|---|---|---|
| committer | Sam Nystrom <sam@samnystrom.dev> | 2023-06-03 14:52:03 -0400 |
| commit | c68cafbae276bece35fc34549227440c2b6de7d1 (patch) | |
| tree | 2f4575766f3da3ffb54462ee48318eb2cfd677a4 /.config | |
| parent | fd8af8ae4c50574cc1598bcdcb4d96dc680a4c3f (diff) | |
fish: add alias for moreutils parallel
Diffstat (limited to '.config')
| -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 e7076c4..0f6d55d 100644 --- a/.config/fish/config.fish +++ b/.config/fish/config.fish @@ -3,6 +3,7 @@ if status is-interactive end alias ls exa +alias parallel parallel-moreutils # pnpm set -gx PNPM_HOME "/home/samn/.local/share/pnpm" |
