aboutsummaryrefslogtreecommitdiff
path: root/shellrc.d
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2022-07-04 10:33:01 +0200
committerKarel Kočí <cynerd@email.cz>2022-07-04 10:33:01 +0200
commit507a257bd586bf29364893bb6f62865e1bffbae0 (patch)
tree1a8b441914841983aac7494238611f17ddf6a94b /shellrc.d
parent4f5691035a191335d4dd10e96879d5e6874d9485 (diff)
downloadshellrc-507a257bd586bf29364893bb6f62865e1bffbae0.tar.gz
shellrc-507a257bd586bf29364893bb6f62865e1bffbae0.tar.bz2
shellrc-507a257bd586bf29364893bb6f62865e1bffbae0.zip
shellrc.d/aliases: append instead of replace with bear
Diffstat (limited to 'shellrc.d')
-rw-r--r--shellrc.d/alias4
1 files changed, 2 insertions, 2 deletions
diff --git a/shellrc.d/alias b/shellrc.d/alias
index 7f65260..0e2b616 100644
--- a/shellrc.d/alias
+++ b/shellrc.d/alias
@@ -16,8 +16,8 @@ alias watch='watch -n 1 -c -t -d'
alias rej='find -name \*.rej'
alias orig='find -name \*.orig'
alias mmake='make -j$(($(nproc) * 2)) -l$(nproc)'
-alias bmake='bear -- make'
-alias mbmake='bear -- make -j$(($(nproc) * 2)) -l$(nproc)'
+alias bmake='bear --append -- make'
+alias mbmake='bmake -j$(($(nproc) * 2)) -l$(nproc)'
# Systemd aliases if we are running systemd
if pidof systemd >/dev/null 2>/dev/null; then