feat: non-root mount alias
This commit is contained in:
parent
8524a08016
commit
331331c620
@ -1 +1 @@
|
||||
Subproject commit 4ebf14d17ed544be893be5706c02116fd8b83b4c
|
||||
Subproject commit 6e0ad52e7a30771d0056fa60bfe5e368f2bc2417
|
@ -1 +1 @@
|
||||
Subproject commit da7461b596d70fa47b50bf3a7acfaef94c47727d
|
||||
Subproject commit 70af1bf414d7f9926fc883a008246db8a544f69c
|
@ -1 +1 @@
|
||||
Subproject commit d76b0de6536c2461f97cfeca0550f8cb89793935
|
||||
Subproject commit 09b13e9edb80d3890aa8f7dbebfdb21e34430212
|
@ -1,14 +1,15 @@
|
||||
alias sudo='sudo '
|
||||
alias pls='sudo '
|
||||
alias cls='clear && l'
|
||||
alias config="git --git-dir=$HOME/.dotfiles --work-tree=$HOME"
|
||||
alias wconfig="$EDITOR $HOME/.config/awesome"
|
||||
alias zshconf="$EDITOR $ZDOTDIR/.zshrc && . $ZDOTDIR/.zshrc"
|
||||
alias startgui='startx'
|
||||
alias minecraft='DRI_PRIME=1 minecraft-launcher'
|
||||
alias mount='udisksctl mount -b'
|
||||
alias pls='sudo '
|
||||
alias startgui='startx'
|
||||
alias sudo='sudo '
|
||||
alias tmp="cd $(mktemp -d)"
|
||||
alias umnt='sudo umount /mnt -R'
|
||||
alias vi="$EDITOR"
|
||||
alias tmp="cd $(mktemp -d)"
|
||||
alias wconf="$EDITOR $HOME/.config/awesome"
|
||||
alias zshconf="$EDITOR $ZDOTDIR/.zshrc && . $ZDOTDIR/.zshrc"
|
||||
|
||||
function fnalias() {
|
||||
# alias alias_cmd='cmd'
|
||||
|
Loading…
Reference in New Issue
Block a user