summaryrefslogtreecommitdiffstats
path: root/.zsh/functions/line
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2012-11-09 10:44:45 +0100
committerGravatar Tom Willemsen2012-11-09 10:44:45 +0100
commit41dca31756298ef9803172e6e982e554665258f9 (patch)
tree8e56f2395ccd9b48726df1b05099752f98ce109a /.zsh/functions/line
parent3104a8c298d964662bb09cc5e2a78d4bb1e104d0 (diff)
downloaddotfiles-41dca31756298ef9803172e6e982e554665258f9.tar.gz
dotfiles-41dca31756298ef9803172e6e982e554665258f9.zip
Move ZSH configs
Diffstat (limited to '.zsh/functions/line')
-rw-r--r--.zsh/functions/line8
1 files changed, 0 insertions, 8 deletions
diff --git a/.zsh/functions/line b/.zsh/functions/line
deleted file mode 100644
index 58f7aed..0000000
--- a/.zsh/functions/line
+++ /dev/null
@@ -1,8 +0,0 @@
-# -*- mode: shell-script; eval: (git-auto-commit-mode 1) -*-
-
-let start=$(expr $1 + 1)
-let width=$(expr $COLUMNS - $2)
-
-for i in {$start..$width}; do
- echo -n \\x2d
-done