diff options
author | InigoGutierrez <inigogf.95@gmail.com> | 2019-12-02 14:23:33 +0100 |
---|---|---|
committer | InigoGutierrez <inigogf.95@gmail.com> | 2019-12-02 14:23:33 +0100 |
commit | 58a9e65b5554b2c9552540dfea96b562375cf321 (patch) | |
tree | 118dbc0f74d7d09c328e5fbdecd118c7f3f23ee4 /tmuxSetups/cards | |
parent | 1ab2d661fb0ffa625d828792deabfb92a5c3611a (diff) | |
download | scripts-58a9e65b5554b2c9552540dfea96b562375cf321.tar.gz scripts-58a9e65b5554b2c9552540dfea96b562375cf321.zip |
Mon 02 Dec 2019 02:23:33 PM CET
Diffstat (limited to 'tmuxSetups/cards')
-rwxr-xr-x | tmuxSetups/cards | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tmuxSetups/cards b/tmuxSetups/cards new file mode 100755 index 0000000..4658c56 --- /dev/null +++ b/tmuxSetups/cards @@ -0,0 +1,4 @@ +#!/bin/sh +tmux new-window "cd $HOME/proyects/cards/web; nvim" +tmux previous-window +ranger "$HOME/proyects/cards/" |