diff options
Diffstat (limited to '')
-rw-r--r-- | %HOME%/.bashrc | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/%HOME%/.bashrc b/%HOME%/.bashrc index 82b3ee2..0cae950 100644 --- a/%HOME%/.bashrc +++ b/%HOME%/.bashrc @@ -30,7 +30,10 @@ alias dir='ls --format=vertical' alias less='less --ignore-case --RAW-CONTROL-CHARS' alias tree='tree -a' -alias sed='sed --follow-symlinks' +# alias sed='sed --follow-symlinks' +# The alias above doesn't actually work with stdin in sed 4.2.2, it's a bug +# fixed in sed 4.3. +# Don't forget to uncomment once sed 4.3 becomes common. alias ssh-copy-id='ssh-copy-id -i' |