Skip to content

Commit 753e743

Browse files
author
Mingcong Bai
committed
bashrc: add a comment
1 parent d726732 commit 753e743

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
@@ -106,6 +106,8 @@ alias ...='cd ../..'
106106
alias ....='cd ../../..'
107107
alias nano='nano -w'
108108
alias ed='ed -p: -v' # ED for Eununchs hackers.
109+
110+
# A standard alias for which (debianutils vs GNU)
109111
_is_posix || which --version | grep GNU &>/dev/null && alias which='(alias; declare -f) | which -i --read-functions'
110112

111113
# Misc stuffs

0 commit comments

Comments
 (0)