miscellaneous modifications

This commit is contained in:
Julian Scharrenbach 2018-12-05 15:47:34 +01:00
parent d7251d1be5
commit d693610b79
2 changed files with 4 additions and 3 deletions

View File

@ -4,9 +4,9 @@
###############################################################################
# ls aliases
alias l='ls -l'
alias ll='ls -la'
alias lla='ls -htlr -A'
alias la='ls -la'
alias l='ls -l'
# change directory
alias ..='cd ..'
@ -62,3 +62,4 @@ alias pssh='parallel-ssh'
# switch to root with sudo but preserve your user-settings
alias sudei='sudo -Ei'
alias svim='sudo -E vim'
alias telnet='echo use the curl method'

View File

@ -74,7 +74,7 @@ else
PS_COLOR="\[\033[33m\]"
fi
#PS1="\t ${PS_COLOR}${debian_chroot:+($debian_chroot)}\u\[\033[0m\]@\h:\w\$ "
export PS1="\t \[$(tput sgr0)\]\[\033[38;5;11m\]\u\[$(tput sgr0)\]\[\033[38;5;15m\]@\h:\[$(tput sgr0)\]\[\033[38;5;87m\]\w\[$(tput sgr0)\]\[\033[38;5;15m\]:\\$ \[$(tput sgr0)\]"
export PS1="\t \[$(tput sgr0)\]\[\033[38;5;11m\]\u\[$(tput sgr0)\]\[\033[38;5;15m\]@\h:\[$(tput sgr0)\]\[\033[38;5;87m\]\w\[$(tput sgr0)\]\[\033[38;5;15m\] \n\\$ \[$(tput sgr0)\]"
# if this is an xterm modify the title
case $TERM in