diff options
| author | Karel Kočí <cynerd@email.cz> | 2017-04-22 10:39:13 +0200 |
|---|---|---|
| committer | Karel Kočí <cynerd@email.cz> | 2017-04-22 10:39:13 +0200 |
| commit | 82ad76d017ab7e098aa13f84d39c8b9df888c5da (patch) | |
| tree | f3949fbb4226695825f56caed73b7dcf783921dc /shellrc | |
| parent | efd7cc4bd9eb811bb43112e36440e2d47c7bbd75 (diff) | |
| download | myconfigs-82ad76d017ab7e098aa13f84d39c8b9df888c5da.tar.gz myconfigs-82ad76d017ab7e098aa13f84d39c8b9df888c5da.tar.bz2 myconfigs-82ad76d017ab7e098aa13f84d39c8b9df888c5da.zip | |
Various small changes and fixes
Diffstat (limited to 'shellrc')
| -rw-r--r-- | shellrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,7 +14,7 @@ alias cgdb='cgdb -q' alias octave='octave-cli -q' alias ssh='TERM="xterm-256color" ssh' alias feh='feh --magick-timeout 1 -.' -alias make='make -j 8' +alias make="make -j$(nproc)" export LESS=-R export LESS_TERMCAP_mb=$'\E[1;31m' |
