diff --git a/.bashrc b/.bashrc index 669477f..adfe8fb 100644 --- a/.bashrc +++ b/.bashrc @@ -8,6 +8,7 @@ PROMPT_COMMAND='[[ $_PWD == $PWD ]] || { _PWD=$PWD; ls; }' PS1=$PS1'\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\$ ' PS1=${PS1%'\$ '}'$(__git_ps1 " \[\033[32m\](%s)\[\033[00m\]")\n\$ ' alias ..='cd ..' +alias cp='cp --reflink=auto' alias diff='diff --color=auto' alias grep='grep --color=auto' alias ll='ls -alF'