mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-16 16:29:23 +01:00
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:
parent
8ec4aa6545
commit
cb13e192a2
4
bashrc
4
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
|
||||
|
4
zshrc
4
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
|
||||
|
Loading…
Reference in New Issue
Block a user