From 514369878ccbbdcd7a7ff4ce351758f70808afe9 Mon Sep 17 00:00:00 2001 From: Edouard DUPIN Date: Tue, 18 Sep 2018 14:39:24 +0200 Subject: [PATCH] [DEV] corrrect path error --- .bashrc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.bashrc b/.bashrc index 55161c6..adb09fa 100644 --- a/.bashrc +++ b/.bashrc @@ -38,9 +38,9 @@ alias l='ls -CF --color -h' alias ls='ls --color -h' # outils personnels : -PATH=$PATH:/home/heero/.bin -PATH=$PATH:/home/heero/.local/bin -PATH=$PATH:/home/heero/.local/application/ +PATH=$PATH:/home/$USER/.bin +PATH=$PATH:/home/$USER/.local/bin +PATH=$PATH:/home/$USER/.local/application/ c_red='^[[31m' c_green='^[[32m' @@ -101,7 +101,7 @@ parse_cvs_branch() { PS1='\033]0;$(workspaceMode.sh \w) \W\007\r\[\033[01;32m\][ \h : \u ]\[\033[01;33m\]$(parse_git_branch)$(parse_svn_branch)$(parse_cvs_branch)\[\033[00m\]\[\033[01;34m\]\w\[\033[00m\]\n\$ ' #export UBUNTU_MENUPROXY=0 -export XAUTHORITY=/home/heero/.Xauthority +export XAUTHORITY=/home/$USER/.Xauthority #[[ oo $DISPLAY && $XDG_VTNR -eq 1 ]] && exec startx