|
|
@ -172,6 +172,7 @@ __vte_urlencode() ( |
|
|
|
done |
|
|
|
) |
|
|
|
|
|
|
|
|
|
|
|
PROMPT_COMMAND='__prompt_command' # Func to gen PS1 after CMDs |
|
|
|
|
|
|
|
|
|
|
@ -192,6 +193,8 @@ alias grep='grep $COLOR_OPTIONS' |
|
|
|
alias fgrep='fgrep $COLOR_OPTIONS' |
|
|
|
alias egrep='egrep $COLOR_OPTIONS' |
|
|
|
|
|
|
|
alias transfer_cp='rsync -a --info=progress2 --no-inc-recursive' |
|
|
|
|
|
|
|
# Alias definitions. |
|
|
|
# You may want to put all your additions into a separate file like |
|
|
|
# ~/.bash_aliases, instead of adding them here directly. |
|
|
|