aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2017-01-20 17:18:09 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2017-01-20 17:18:09 +0300
commit166310347ef1f5a9ee3c1d6752351d4496d4e4c9 (patch)
tree157b10f0ece08dd5a4f929b5b70f2d8deb3cc8c4
parentadd common prefixes to functions in .bash_utils/ (diff)
downloadlinux-home-166310347ef1f5a9ee3c1d6752351d4496d4e4c9.tar.gz
linux-home-166310347ef1f5a9ee3c1d6752351d4496d4e4c9.zip
sed: --follow-symlinks
-rw-r--r--%HOME%/.bashrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/%HOME%/.bashrc b/%HOME%/.bashrc
index 3555171..82b3ee2 100644
--- a/%HOME%/.bashrc
+++ b/%HOME%/.bashrc
@@ -30,6 +30,8 @@ alias dir='ls --format=vertical'
alias less='less --ignore-case --RAW-CONTROL-CHARS'
alias tree='tree -a'
+alias sed='sed --follow-symlinks'
+
alias ssh-copy-id='ssh-copy-id -i'
alias cls='echo -en "\ec"'