summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.bashrc2
1 files changed, 1 insertions, 1 deletions
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 $@)