bashrc & zshrc: add inxi-install & inxi-update

Thanks to their easy installation instructions at https://code.google.com/p/inxi/wiki/Installation :)
This commit is contained in:
Mikaela Suomalainen 2014-01-08 21:18:57 +02:00
parent 8ec4aa6545
commit cb13e192a2
2 changed files with 8 additions and 0 deletions

4
bashrc
View File

@ -448,6 +448,10 @@ alias fcorepattern='echo kernel.core_pattern = %e-%p-%h.core >> /etc/sysctl.conf
# ffmpeg is depreceated
alias ffmpeg=avconv
# inxi https://code.google.com/p/inxi/
alias inxi-install="cd ~/.local/bin && \wget -Nc smxi.org/inxi && chmod +x inxi && cd"
alias inxi-update="inxi -U"
# Allow custom aliases to be put in .aliases or .bash_aliases .
# .aliases

4
zshrc
View File

@ -421,6 +421,10 @@ alias fcorepattern='echo kernel.core_pattern = %e-%p-%h.core >> /etc/sysctl.conf
# ffmpeg is depreceated
alias ffmpeg=avconv
# inxi https://code.google.com/p/inxi/
alias inxi-install="cd ~/.local/bin && \wget -Nc smxi.org/inxi && chmod +x inxi && cd"
alias inxi-update="inxi -U"
# .aliases
if [ -f ~/.aliases ]; then