mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2026-03-20 01:37:45 +01:00
Improve se alias
This commit is contained in:
parent
8f2810ac20
commit
7d8397966c
@ -11,7 +11,7 @@ for command in mount umount sv pacman updatedb su shutdown poweroff reboot ; do
|
|||||||
alias $command="sudo $command"
|
alias $command="sudo $command"
|
||||||
done; unset command
|
done; unset command
|
||||||
|
|
||||||
se() { cd ~/.local/bin; $EDITOR $(fzf) ;}
|
se() { curdir=$(pwd); cd ~/.local/bin; selection=$(fzf); [ -n "$selection" ] && $EDITOR "$selection" ; cd "$curdir" ;}
|
||||||
|
|
||||||
# Verbosity and settings that you pretty much just always are going to want.
|
# Verbosity and settings that you pretty much just always are going to want.
|
||||||
alias \
|
alias \
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user