mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-22 11:19:22 +01:00
bashrc & zshrc: use -F instead of -f with tail in follow alias.
This commit is contained in:
parent
4b9d243237
commit
728c90529e
2
bashrc
2
bashrc
@ -404,7 +404,7 @@ alias http.debian.net="curl -sL http://http.debian.net/debian/project/trace/|pan
|
||||
alias gpg-key-amount="gpg --list-keys|grep '^pub'|wc -l"
|
||||
alias gpg-key-count="gpg --export -a|gpg --import"
|
||||
|
||||
alias follow="tail -f "
|
||||
alias follow="tail -F"
|
||||
|
||||
#myip shows current IP. This was a function.
|
||||
alias myip="curl -s http://icanhazip.com"
|
||||
|
2
zshrc
2
zshrc
@ -376,7 +376,7 @@ alias http.debian.net="curl -sL http://http.debian.net/debian/project/trace/|pan
|
||||
alias gpg-key-amount="gpg --list-keys|grep '^pub'|wc -l"
|
||||
alias gpg-key-count="gpg --export -a|gpg --import"
|
||||
|
||||
alias follow="tail -f "
|
||||
alias follow="tail -F"
|
||||
|
||||
#myip shows current IP. This was a function.
|
||||
alias myip="curl -s http://icanhazip.com"
|
||||
|
Loading…
Reference in New Issue
Block a user