diff options
Diffstat (limited to 'shellrc.d/alias')
-rw-r--r-- | shellrc.d/alias | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/shellrc.d/alias b/shellrc.d/alias index 0e2b616..f9a60e4 100644 --- a/shellrc.d/alias +++ b/shellrc.d/alias @@ -16,8 +16,6 @@ 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 --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 |