diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2017-01-20 17:18:09 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2017-01-20 17:18:09 +0300 |
commit | 166310347ef1f5a9ee3c1d6752351d4496d4e4c9 (patch) | |
tree | 157b10f0ece08dd5a4f929b5b70f2d8deb3cc8c4 /%HOME% | |
parent | add common prefixes to functions in .bash_utils/ (diff) | |
download | linux-home-166310347ef1f5a9ee3c1d6752351d4496d4e4c9.tar.gz linux-home-166310347ef1f5a9ee3c1d6752351d4496d4e4c9.zip |
sed: --follow-symlinks
Diffstat (limited to '%HOME%')
-rw-r--r-- | %HOME%/.bashrc | 2 |
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"' |