.bashrc
This commit is contained in:
parent
968455ac07
commit
48d66d39df
4
.bashrc
4
.bashrc
|
@ -1,3 +1,4 @@
|
|||
exit
|
||||
alias v='vim'
|
||||
alias ..='cd ..'
|
||||
alias ...='cd ../..'
|
||||
|
@ -33,8 +34,9 @@ fi
|
|||
if [ -f /nfs/homes/tischmid/.config/synth-shell/synth-shell-prompt.sh ] && [ -n "$( echo $- | grep i )" ]; then
|
||||
:
|
||||
# source /nfs/homes/tischmid/.config/synth-shell/synth-shell-prompt.sh
|
||||
PS1='\[\033[31m\]\u\[\033[m\]@\[\033[32m\]\h\[\033[m\] \[\033[33m\]\w\[\033[m\]\n$ '
|
||||
# PS1='\[\033[31m\]\u\[\033[m\]@\[\033[32m\]\h\[\033[m\] \[\033[33m\]\w\[\033[m\]\n$ '
|
||||
fi
|
||||
PS1='\[\033[31m\]\u\[\033[m\]@\[\033[32m\]\h\[\033[m\] \[\033[33m\]\w\[\033[m\]\n$ '
|
||||
|
||||
##-----------------------------------------------------
|
||||
## better-ls
|
||||
|
|
Loading…
Reference in New Issue