From addf0820e80286e42864f12ade3cd0215fa51bc4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Tue, 11 Apr 2017 13:23:06 +0200 Subject: Fix email and other scripts called from i3 --- shellrc | 3 --- 1 file changed, 3 deletions(-) (limited to 'shellrc') diff --git a/shellrc b/shellrc index ccf60be..3d9c29d 100644 --- a/shellrc +++ b/shellrc @@ -1,9 +1,6 @@ # vim: ft=sh: # This is file with aliases and variables shared between bash and zsh -export PATH=~/.local/bin:$PATH:$(ruby -e "print Gem.user_dir")/bin -export EDITOR=vim - # Continue only if this is interactive shell [[ $- != *i* ]] && return -- cgit v1.2.3 From 82ad76d017ab7e098aa13f84d39c8b9df888c5da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Sat, 22 Apr 2017 10:39:13 +0200 Subject: Various small changes and fixes --- shellrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shellrc') diff --git a/shellrc b/shellrc index 3d9c29d..ce625aa 100644 --- a/shellrc +++ b/shellrc @@ -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' -- cgit v1.2.3