dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit 3f6dbddec9d641183e3b541124216b63d2036a17
parent d9ac0f84ef913ed5227fdf3756e09aa0a91f9d1e
Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date:   Tue,  8 Mar 2016 15:26:48 -0800

use tig instead of git log

Diffstat:
M.tmuxinator/utility.yml | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.tmuxinator/utility.yml b/.tmuxinator/utility.yml @@ -30,7 +30,8 @@ windows: panes: - cd ~/code/sphere/ && watch -n 10 nvidia-smi - cd ~/code/sphere/python && ipython -i -c "import sphere" - - cd ~/code/sphere/python && git log --oneline + #- cd ~/code/sphere/python && git log --oneline + - cd ~/code/sphere/python && tig - dotfiles: layout: even-vertical panes: