diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-10-25 02:22:51 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-10-25 02:22:51 +0200 |
commit | f92ec45124fa365029ea943105d81ac6a0cbf149 (patch) | |
tree | 5a9325a6969c2e3c40ccc8b95a640383526a8146 /.config | |
parent | Fixed vim which-key (diff) | |
download | dotfiles-bsd-f92ec45124fa365029ea943105d81ac6a0cbf149.tar.gz dotfiles-bsd-f92ec45124fa365029ea943105d81ac6a0cbf149.tar.bz2 dotfiles-bsd-f92ec45124fa365029ea943105d81ac6a0cbf149.tar.xz dotfiles-bsd-f92ec45124fa365029ea943105d81ac6a0cbf149.tar.zst dotfiles-bsd-f92ec45124fa365029ea943105d81ac6a0cbf149.zip |
Learned a new trick today woo
Diffstat (limited to '.config')
-rw-r--r-- | .config/zsh/alias.zsh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/zsh/alias.zsh b/.config/zsh/alias.zsh index 5b5cf26..58a6b16 100644 --- a/.config/zsh/alias.zsh +++ b/.config/zsh/alias.zsh @@ -39,6 +39,6 @@ alias mutt='neomutt' alias nmt='neomutt' alias sxiv='sxiv -b' alias infox='pkg info -x' -alias search='pkg search' +alias search='make -C /usr/ports search name=""' alias watch='cmdwatch' alias tsm='transmission-remote' |