From 183fb44a37802d7f0bf908eda02b0ef258c0fa1c Mon Sep 17 00:00:00 2001 From: ben Date: Thu, 25 Feb 2010 19:04:28 +0100 Subject: bashrc: tv startscript location changed --- .bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.bashrc') diff --git a/.bashrc b/.bashrc index 8e80abe..2ff65d8 100644 --- a/.bashrc +++ b/.bashrc @@ -45,7 +45,7 @@ alias ccat="highlight --ansi" alias hhtml="highlight --wrap --xhtml --linenumbers --anchors --linenumbers --anchor-prefix=line" alias use="quse -D" -alias tv="~/tv.sh" +alias tv="~/.scripts/tv.sh" # if files are requested to open, open in existing in tabs. gvim() { /usr/bin/gvim $([[ $# > 0 ]] && echo --remote-tab-silent $@) -- cgit