Added alias for hexedit

This commit is contained in:
2Shirt 2018-07-16 18:10:30 -06:00
parent bbfcc2e3fe
commit b1541c0faf
Signed by: 2Shirt
GPG key ID: 152FAC923B0E132C

View file

@ -7,6 +7,7 @@ alias 7z9='7z a -t7z -mx=9'
alias diff='colordiff -ur'
alias du='du -sch --apparent-size'
alias fix-perms='find -type d -exec chmod 755 "{}" \; && find -type f -exec chmod 644 "{}" \;'
alias hexedit='hexedit --color'
alias hw-info='sudo hw-info | less -S'
alias inxi='echo -e "\e[33mWARNING: inxi is being replaced and will be removed in a future WizardKit release\e[0m"; echo -e " \e[32mReplacements include:\e[0m 'hw-drive-info', 'hw-info', & 'hw-sensors'"; echo ""; inxi'
alias less='less -S'