forked from kunsi/dotfiles
4 lines
75 B
Bash
Executable file
4 lines
75 B
Bash
Executable file
#!/bin/sh
|
|
|
|
trap 'rm -f "$1"' EXIT
|
|
xiate -name xiate-history -e vim -R "$1"
|