ps1 removed time

This commit is contained in:
Marco Thomas
2019-10-31 14:50:10 +01:00
parent ce59005017
commit 33ce551f47

View File

@@ -1,13 +1,11 @@
# bashrc from Marc # bashrc from Marc
export PS1="\[\033[0;37m\][\t] \[\033[0;32m\]\u\[\033[m\]@\h: \[\033[1;34m\]\w\[\033[m\] \n> " export PS1="\[\033[0;32m\]\u\[\033[m\]@\h: \[\033[1;34m\]\w\[\033[m\] \n> "
LS_COLORS=$LS_COLORS:'di=1;32:' LS_COLORS=$LS_COLORS:'di=1;32:'
export LS_COLORS export LS_COLORS
alias dotdrop='/home/mthomas/dotfiles/dotdrop.sh --cfg=/home/mthomas/dotfiles/config.yaml' alias dotdrop='~/dotfiles/dotdrop.sh --cfg=~/dotfiles/config.yaml'
# export {http,ftp,https}_proxy=http://tst-proxy.genua.de:8888
# Source global definitions # Source global definitions
if [ -f /etc/bashrc ]; then if [ -f /etc/bashrc ]; then