diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2022-07-19 17:04:17 -0400 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2022-07-19 17:04:17 -0400 |
| commit | 8f2810ac20c942f784d0cae1d11812d6ce51c308 (patch) | |
| tree | e2f43a26a779f046d51c43bb03c4f2cf94dadb55 /.config/shell/aliasrc | |
| parent | 2a34af646c7c8698a3a6f1d35e8160fffb51e2a2 (diff) | |
| download | eibhear-8f2810ac20c942f784d0cae1d11812d6ce51c308.tar.gz eibhear-8f2810ac20c942f784d0cae1d11812d6ce51c308.tar.zst eibhear-8f2810ac20c942f784d0cae1d11812d6ce51c308.zip | |
samedir now sd, libxft-bgra message removed
Diffstat (limited to '.config/shell/aliasrc')
| -rw-r--r-- | .config/shell/aliasrc | 2 |
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" \ |
