adjust home directory in bash_profile
This commit is contained in:
parent
7e78bc6046
commit
9ac6b5d14c
@ -5,7 +5,7 @@ export PS1="\[\033[1;31m\]\u\[\033[m\]@\[\033[32m\]\h:\[\033[33;1m\]\w\[\033[m\]
|
||||
export CLICOLOR=1
|
||||
export LSCOLORS=ExFxBxDxCxegedabagacad
|
||||
|
||||
export PATH="$PATH":/home/aurelfeer/.local/bin
|
||||
export PATH="$PATH":$HOME/.local/bin
|
||||
|
||||
alias ls='ls -AFh --color'
|
||||
alias vim=nvim
|
||||
|
||||
Loading…
Reference in New Issue
Block a user