summaryrefslogtreecommitdiffstats
path: root/.config/zsh/alias.zsh
diff options
context:
space:
mode:
authorJoe <bousset.rudy@gmail.com>2022-08-01 09:40:43 +0200
committerJoe <bousset.rudy@gmail.com>2022-08-01 09:40:43 +0200
commit3288d67c3d950af2e4ee4a65257406d94cdece20 (patch)
tree174033d5eaf3c7f1c5d044fa6fe8efc933461b80 /.config/zsh/alias.zsh
parentdtwm changes (diff)
parentupdate (diff)
downloaddotfiles-bsd-3288d67c3d950af2e4ee4a65257406d94cdece20.tar.gz
dotfiles-bsd-3288d67c3d950af2e4ee4a65257406d94cdece20.tar.bz2
dotfiles-bsd-3288d67c3d950af2e4ee4a65257406d94cdece20.tar.xz
dotfiles-bsd-3288d67c3d950af2e4ee4a65257406d94cdece20.tar.zst
dotfiles-bsd-3288d67c3d950af2e4ee4a65257406d94cdece20.zip
Merge branch 'master' of gitjoe.xyz:dotfiles-bsd
Diffstat (limited to '.config/zsh/alias.zsh')
-rw-r--r--.config/zsh/alias.zsh4
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/zsh/alias.zsh b/.config/zsh/alias.zsh
index 65b3c3d..edea077 100644
--- a/.config/zsh/alias.zsh
+++ b/.config/zsh/alias.zsh
@@ -24,9 +24,9 @@ alias \
bc='bc -l' \
mkf='gmake fclean' \
mkc='gmake clean' \
- mk='gmake -j9' \
+ mk='gmake -j5' \
bmkc='make clean' \
- bmk='make -j9' \
+ bmk='make -j5' \
web='w3m https://duckduckgo.com/' \
mpv='mpv --audio-channels=stereo' \
bat='bat --style=plain --tabs 4 --paging=always -f' \