diff options
| author | Jokler <jokler.contact@gmail.com> | 2019-05-14 22:13:09 +0200 |
|---|---|---|
| committer | Jokler <jokler.contact@gmail.com> | 2019-05-14 22:13:09 +0200 |
| commit | 64b3f5883e5523e5193ba1583790cc8cfafcfe6e (patch) | |
| tree | 8c604f28ede436cb2f43bd0a1c3c70d4e12461e6 /scripts/svimpc | |
| download | dotfiles-64b3f5883e5523e5193ba1583790cc8cfafcfe6e.tar.gz dotfiles-64b3f5883e5523e5193ba1583790cc8cfafcfe6e.zip | |
Add scripts, polybar and i3 config files
Diffstat (limited to 'scripts/svimpc')
| -rwxr-xr-x | scripts/svimpc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/scripts/svimpc b/scripts/svimpc new file mode 100755 index 0000000..9cd2d3f --- /dev/null +++ b/scripts/svimpc @@ -0,0 +1,5 @@ +#!/bin/bash + +current-term --class vimpc -e vimpc + +# vim: expandtab sw=2 ts=2 |
