From 33ce551f47130bc49aa928804556ded45ea0c7de Mon Sep 17 00:00:00 2001 From: Marco Thomas Date: Thu, 31 Oct 2019 14:50:10 +0100 Subject: [PATCH] ps1 removed time --- dotfiles/bashrc | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/dotfiles/bashrc b/dotfiles/bashrc index c9cba2a..20c152c 100755 --- a/dotfiles/bashrc +++ b/dotfiles/bashrc @@ -1,13 +1,11 @@ # 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:' export LS_COLORS -alias dotdrop='/home/mthomas/dotfiles/dotdrop.sh --cfg=/home/mthomas/dotfiles/config.yaml' - -# export {http,ftp,https}_proxy=http://tst-proxy.genua.de:8888 +alias dotdrop='~/dotfiles/dotdrop.sh --cfg=~/dotfiles/config.yaml' # Source global definitions if [ -f /etc/bashrc ]; then