[DEV] corrrect path error
This commit is contained in:
parent
7e51564bd1
commit
514369878c
8
.bashrc
8
.bashrc
@ -38,9 +38,9 @@ alias l='ls -CF --color -h'
|
|||||||
alias ls='ls --color -h'
|
alias ls='ls --color -h'
|
||||||
|
|
||||||
# outils personnels :
|
# outils personnels :
|
||||||
PATH=$PATH:/home/heero/.bin
|
PATH=$PATH:/home/$USER/.bin
|
||||||
PATH=$PATH:/home/heero/.local/bin
|
PATH=$PATH:/home/$USER/.local/bin
|
||||||
PATH=$PATH:/home/heero/.local/application/
|
PATH=$PATH:/home/$USER/.local/application/
|
||||||
|
|
||||||
c_red='^[[31m'
|
c_red='^[[31m'
|
||||||
c_green='^[[32m'
|
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\$ '
|
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 UBUNTU_MENUPROXY=0
|
||||||
export XAUTHORITY=/home/heero/.Xauthority
|
export XAUTHORITY=/home/$USER/.Xauthority
|
||||||
|
|
||||||
#[[ oo $DISPLAY && $XDG_VTNR -eq 1 ]] && exec startx
|
#[[ oo $DISPLAY && $XDG_VTNR -eq 1 ]] && exec startx
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user