diff options
author | Case Duckworth | 2022-04-13 17:09:05 -0500 |
---|---|---|
committer | Case Duckworth | 2022-04-13 17:09:05 -0500 |
commit | 90182069d2aa62062161305b111ec868c42059e9 (patch) | |
tree | 4d0e96bb86d8c18773488a4c9d64c965900cfbb5 /bash/bashrc | |
parent | Add functions (diff) | |
download | etc-90182069d2aa62062161305b111ec868c42059e9.tar.gz etc-90182069d2aa62062161305b111ec868c42059e9.zip |
Emacs stuff
Diffstat (limited to 'bash/bashrc')
-rw-r--r-- | bash/bashrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bash/bashrc b/bash/bashrc index 854fe7e..a1bfade 100644 --- a/bash/bashrc +++ b/bash/bashrc | |||
@@ -10,6 +10,7 @@ BASH_SOURCE_FIRST=( | |||
10 | 10 | ||
11 | BASH_SOURCE_LAST=( | 11 | BASH_SOURCE_LAST=( |
12 | blesh | 12 | blesh |
13 | vterm-emacs | ||
13 | ) | 14 | ) |
14 | 15 | ||
15 | for f in "${BASH_SOURCE_FIRST[@]}"; do | 16 | for f in "${BASH_SOURCE_FIRST[@]}"; do |