Added alias for hexedit
This commit is contained in:
parent
bbfcc2e3fe
commit
b1541c0faf
1 changed files with 1 additions and 0 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Reference in a new issue