Skip to content

Commit bd97a60

Browse files
committed
Merge branch 'master' of https://github.com/AOSC-Dev/bash-config
2 parents b28170d + 753e743 commit bd97a60

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

bashrc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,8 @@ alias ...='cd ../..'
112112
alias ....='cd ../../..'
113113
alias nano='nano -w'
114114
alias ed='ed -p: -v' # ED for Eununchs hackers.
115+
116+
# A standard alias for which (debianutils vs GNU)
115117
_is_posix || which --version | grep GNU &>/dev/null && alias which='(alias; declare -f) | which -i --read-functions'
116118

117119
# Misc stuffs

0 commit comments

Comments
 (0)