diff options
author | Saumit Dinesan <justsaumit@protonmail.com> | 2022-09-05 03:50:59 +0530 |
---|---|---|
committer | Saumit Dinesan <justsaumit@protonmail.com> | 2022-09-05 03:50:59 +0530 |
commit | 0c0e96817349068eca2ddd900f5adc617784f01a (patch) | |
tree | 9e0be3201dc84f384512f7fe3bb8989c1d3931a1 /.config/shell/aliasrc | |
parent | fc74188003dcc6fca69ffad2dcd79e3543b415e9 (diff) |
adding nvim plugin to preserve last editing position in file
Diffstat (limited to '.config/shell/aliasrc')
-rw-r--r-- | .config/shell/aliasrc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.config/shell/aliasrc b/.config/shell/aliasrc index 27b294c..e3b4ddf 100644 --- a/.config/shell/aliasrc +++ b/.config/shell/aliasrc @@ -13,7 +13,6 @@ alias \ r='ranger' \ sr='sudo ranger' \ ncmpcpp='ncmpcpp -b .config/ncmpcpp/keybindings' \ - sp='spotify' \ jds='export _JAVA_AWT_WM_NONREPARENTING=1' \ jd='jdownloader' \ yt='ytfzf -t' \ |