summaryrefslogtreecommitdiff
path: root/dot/bashrc
diff options
context:
space:
mode:
Diffstat (limited to 'dot/bashrc')
-rw-r--r--dot/bashrc4
1 files changed, 4 insertions, 0 deletions
diff --git a/dot/bashrc b/dot/bashrc
index 71512c1..38ee097 100644
--- a/dot/bashrc
+++ b/dot/bashrc
@@ -204,6 +204,10 @@ if ! have srfi; then
204 } 204 }
205fi 205fi
206 206
207if have nvim; then
208 alias vim=nvim
209fi
210
207### array stack interface ### 211### array stack interface ###
208 212
209pusha () 213pusha ()