diff --git a/bashrc b/bashrc index 96a067b9..3c90ed91 100644 --- a/bashrc +++ b/bashrc @@ -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 diff --git a/zshrc b/zshrc index f1f6ed8c..c067df51 100644 --- a/zshrc +++ b/zshrc @@ -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