This commit is contained in:
Timo Schmidt 2023-03-27 01:08:25 +02:00
parent 968455ac07
commit 48d66d39df
1 changed files with 3 additions and 1 deletions

View File

@ -1,3 +1,4 @@
exit
alias v='vim' alias v='vim'
alias ..='cd ..' alias ..='cd ..'
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 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 # 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 fi
PS1='\[\033[31m\]\u\[\033[m\]@\[\033[32m\]\h\[\033[m\] \[\033[33m\]\w\[\033[m\]\n$ '
##----------------------------------------------------- ##-----------------------------------------------------
## better-ls ## better-ls