mirror of
https://github.com/notwa/rc
synced 2025-02-05 07:43:22 -08:00
use a plain prompt with ash
This commit is contained in:
parent
e0aac93c38
commit
a7ba31454c
1 changed files with 1 additions and 1 deletions
|
@ -140,7 +140,7 @@ alias gb='git --no-pager branch' ### @- display the current git branch.
|
|||
# being specific {{{2
|
||||
|
||||
[ -e "$HOME/python3" ] && alias py="~/python3" || alias py="python3"
|
||||
alias ash="busybox ash"
|
||||
alias ash="PS1='$ ' busybox ash"
|
||||
alias pip="maybesudo -H pip3"
|
||||
alias revend='objcopy -I binary -O binary --reverse-bytes=4' ### @- reverse the 4-byte endianness of a single file. *this is an in-place operation!*
|
||||
alias clone='maybesudo rsync -aHA --info=progress2 --no-i-r' ### @- invoke rsync suitably for creating virtually indistinguishable copies of files.
|
||||
|
|
Loading…
Add table
Reference in a new issue