Add file offset support to emacs-bookmark.zsh

This commit is contained in:
2024-09-08 14:47:51 -07:00
parent 79695758a5
commit 6cf3c3c740
2 changed files with 33 additions and 3 deletions

View File

@ -88,6 +88,9 @@ else
fi
export VISUAL="${EDITOR}"
# Make SBCL *slightly* less frustrating to use on the command line
alias sbcl='rlwrap -pblue -q "\"" sbcl'
# Safer file functions
alias cp="cp -i"
alias mv="mv -i"