From 7255a2bf36b50b6b0dfa8d8c708a362df573ee69 Mon Sep 17 00:00:00 2001 From: Edouard DUPIN Date: Mon, 1 Apr 2019 14:17:51 +0200 Subject: [PATCH] [DEV] add grep in colro by default --- .bashrc | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.bashrc b/.bashrc index b5b4b87..f7c9352 100644 --- a/.bashrc +++ b/.bashrc @@ -31,6 +31,8 @@ alias ll='ls -alF' alias la='ls -A' alias l='ls -CF' +alias grep='grep --color' + # some more ls aliases alias ll='ls -l --color -h' alias la='ls -la --color -h' @@ -103,7 +105,11 @@ PS1='\033]0;$(workspaceMode.sh \w) \W\007\r\[\033[01;32m\][ \h : \u ]\[\033[01;3 #export UBUNTU_MENUPROXY=0 export XAUTHORITY=/home/$USER/.Xauthority -#[[ oo $DISPLAY && $XDG_VTNR -eq 1 ]] && exec startx + +#export GALE_BACKEND="wayland" + +#[ [oo $DISPLAY && $XDG_VTNR -eq 1 ]] && exec startx + # force lang of output in english ==> better for developpement LANG=en_US.UTF-8