diff options
author | ben <benjaminfranzke@googlemail.com> | 2010-02-25 19:04:28 +0100 |
---|---|---|
committer | ben <benjaminfranzke@googlemail.com> | 2010-02-25 19:04:28 +0100 |
commit | 183fb44a37802d7f0bf908eda02b0ef258c0fa1c (patch) | |
tree | 3f5062c5f4d62ac3cb1d12de98458216203bca4d /.bashrc | |
parent | d9be8bca3fa7bbff855adcf6a16237972bc1a4a3 (diff) | |
download | dotfiles-183fb44a37802d7f0bf908eda02b0ef258c0fa1c.tar.gz dotfiles-183fb44a37802d7f0bf908eda02b0ef258c0fa1c.tar.bz2 dotfiles-183fb44a37802d7f0bf908eda02b0ef258c0fa1c.zip |
bashrc: tv startscript location changed
Diffstat (limited to '.bashrc')
-rw-r--r-- | .bashrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 $@) |