From e454af18d24917e87a7236e6c19e5d29def09d1d Mon Sep 17 00:00:00 2001 From: David Aizenberg Date: Mon, 4 Jun 2018 06:11:27 +0300 Subject: [PATCH] small nuisance --- .bashrc | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.bashrc b/.bashrc index 6f5b69e..429a9b7 100644 --- a/.bashrc +++ b/.bashrc @@ -84,8 +84,11 @@ export NVM_DIR="$HOME/.nvm" # Yavide alias alias yavide="gvim --servername yavide -f -N -u /opt/yavide/.vimrc" -alias t='clear ; python ~/t/t.py --task-dir ~/Dropbox --list tasks' - +alias t="clear; python ~/t/t.py --task-dir ~/Dropbox --list tasks" +function tf() { + t -f "$1" + t +} # include .bashrc helpers if they exist (Non-Open Source helpers) if [ -f $HOME/.bash_helpers ]; then . $HOME/.bash_helpers