diff --git a/.bash_aliases b/.bash_aliases index 63f1d93..e927919 100644 --- a/.bash_aliases +++ b/.bash_aliases @@ -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' diff --git a/.bashrc b/.bashrc index 5a606a7..5afaa8d 100644 --- a/.bashrc +++ b/.bashrc @@ -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