feat: am and dm mount scripts
This commit is contained in:
parent
57fd4f9fab
commit
dbd7223f08
7 changed files with 52 additions and 9 deletions
|
@ -14,11 +14,6 @@ alias zconf='(cd $ZDOTDIR/ && $EDITOR . && . $ZDOTDIR/.zshrc)'
|
|||
# dev
|
||||
alias epitest='docker run -it --rm -v $PWD:/usr/app/ epitechcontent/epitest-docker bash'
|
||||
|
||||
# disk
|
||||
alias automount='MNT=$(udisksctl mount -b /dev/sda1 2> /dev/null || udisksctl mount -b /dev/sdb1) && cd ${MNT/* }'
|
||||
alias autoumount='umount /media/*/* /run/media/*/*'
|
||||
alias umnt='sudo umount /mnt -R'
|
||||
|
||||
# compatibility
|
||||
alias ssh='TERM=linux ssh'
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 13082bb159361d1c0807eb7e5577f4c670cb0f88
|
||||
Subproject commit 9c2d1af8afa02b5439e8ccc81a160e62e1e59617
|
Loading…
Add table
Add a link
Reference in a new issue