Partially revert "Added alias for trash, repaired "drd" alias"
This reverts commit a84a32b9fc
.
This commit is contained in:
parent
a84a32b9fc
commit
6270eb6275
1 changed files with 0 additions and 2 deletions
|
@ -13,8 +13,6 @@ alias config='/usr/bin/git --git-dir=$HOME/.cfg/ --work-tree=$HOME'
|
||||||
alias pygmentize='pygmentize -O style=solarizeddark'
|
alias pygmentize='pygmentize -O style=solarizeddark'
|
||||||
alias ra='ranger'
|
alias ra='ranger'
|
||||||
|
|
||||||
[ -x "$(which trash)" ] && alias rm=trash
|
|
||||||
|
|
||||||
function mkcdir () {
|
function mkcdir () {
|
||||||
mkdir -p -- "$1" &&
|
mkdir -p -- "$1" &&
|
||||||
cd -P -- "$1"
|
cd -P -- "$1"
|
||||||
|
|
Loading…
Reference in a new issue