From 8f2810ac20c942f784d0cae1d11812d6ce51c308 Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Tue, 19 Jul 2022 17:04:17 -0400 Subject: samedir now sd, libxft-bgra message removed --- .config/shell/aliasrc | 2 ++ 1 file changed, 2 insertions(+) (limited to '.config/shell/aliasrc') 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" \ -- cgit v1.3.1