summaryrefslogtreecommitdiffstats
path: root/.config/shell/aliasrc
diff options
context:
space:
mode:
Diffstat (limited to '.config/shell/aliasrc')
-rw-r--r--.config/shell/aliasrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/.config/shell/aliasrc b/.config/shell/aliasrc
index 27d4527..8273a2f 100644
--- a/.config/shell/aliasrc
+++ b/.config/shell/aliasrc
@@ -11,6 +11,8 @@ for command in mount umount sv pacman updatedb su shutdown poweroff reboot ; do
alias $command="sudo $command"
done; unset command
+se() { cd ~/.local/bin; $EDITOR $(fzf) ;}
+
# Verbosity and settings that you pretty much just always are going to want.
alias \
cp="cp -iv" \