From ff41d9acc805099f27f1cf060ca9db72d2fdb74f Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Mon, 30 Jan 2023 12:24:02 -0600 Subject: Bash! --- bash/vterm-emacs.bash | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 bash/vterm-emacs.bash (limited to 'bash/vterm-emacs.bash') diff --git a/bash/vterm-emacs.bash b/bash/vterm-emacs.bash deleted file mode 100644 index 88d3e09..0000000 --- a/bash/vterm-emacs.bash +++ /dev/null @@ -1,23 +0,0 @@ -# shell-side configuration for Emacs vterm module -# https://github.com/akermu/emacs-libvterm#shell-side-configuration -# Make sure this is the last file loaded by ~/.bashrc! - -# Load the requisite code from the vterm install directory -if [[ "$INSIDE_EMACS" = 'vterm' ]] \ - && [[ -n ${EMACS_VTERM_PATH} ]] \ - && [[ -f ${EMACS_VTERM_PATH}/etc/emacs-vterm-bash.sh ]]; then - source ${EMACS_VTERM_PATH}/etc/emacs-vterm-bash.sh -fi - -# Extra commands for `vterm-eval-cmds' - -find_file() { - vterm_cmd find-file "$(realpath "${@:-.}")" -} - -say() { - vterm_cmd message "%s" "$*" -} - - - -- cgit 1.4.1-21-gabe81