diff options
| author | EuAndreh <eu@euandre.org> | 2021-01-09 08:24:32 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2021-01-09 08:24:32 -0300 |
| commit | a3d315dede236a4fb2891913b115c838c1e3b786 (patch) | |
| tree | 4cb7da5a843e358657857f28a53bc3a4cfd541ac /bash/util.sh | |
| parent | env.sh: Add firefox as $BROWSER (diff) | |
| download | dotfiles-a3d315dede236a4fb2891913b115c838c1e3b786.tar.gz dotfiles-a3d315dede236a4fb2891913b115c838c1e3b786.tar.xz | |
util.sh: Add vi command to history
Diffstat (limited to 'bash/util.sh')
| -rw-r--r-- | bash/util.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bash/util.sh b/bash/util.sh index 569462f8..c040e863 100644 --- a/bash/util.sh +++ b/bash/util.sh @@ -45,6 +45,7 @@ gen-password() { ji() { f="$(fzf)" if [ -n "$f" ]; then + history -s vi "$f" vi "$f" fi } |
