added imnt an iumnt aliases for interfacing with iphone
This commit is contained in:
parent
11e8d7bb06
commit
bac509ce08
1 changed files with 2 additions and 0 deletions
|
|
@ -196,6 +196,8 @@ alias {ex,esc}="exit"
|
||||||
alias {his,hist}="history"
|
alias {his,hist}="history"
|
||||||
alias mnt="doas mount /dev/sda1 /mnt/media/usb-drive"
|
alias mnt="doas mount /dev/sda1 /mnt/media/usb-drive"
|
||||||
alias umnt="doas umount /mnt/media/usb-drive"
|
alias umnt="doas umount /mnt/media/usb-drive"
|
||||||
|
alias imnt="ifuse /home/brian/iphone"
|
||||||
|
alias iumnt="doas umount /home/brian/iphone"
|
||||||
alias rm="newrm -vi"
|
alias rm="newrm -vi"
|
||||||
alias mv="mv -v"
|
alias mv="mv -v"
|
||||||
alias ln="ln -i"
|
alias ln="ln -i"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue