diff options
author | luxagraf <sng@luxagraf> | 2021-04-20 20:07:58 -0400 |
---|---|---|
committer | luxagraf <sng@luxagraf> | 2021-04-20 20:07:58 -0400 |
commit | 3cc80ba61060765a5981da3e7ab8cda8dc03e447 (patch) | |
tree | 28e087442836067ebcda2fdacb529c687ac36e8a /.tmux/write-fict | |
parent | b6233aa19dc68bf266ef06f27aae69fa3210f046 (diff) |
added latest environment tweaks
Diffstat (limited to '.tmux/write-fict')
-rw-r--r-- | .tmux/write-fict | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.tmux/write-fict b/.tmux/write-fict index 51fdbdd..63b08dd 100644 --- a/.tmux/write-fict +++ b/.tmux/write-fict @@ -3,4 +3,4 @@ rename-window "lbh" splitw -h -p 22 selectp -t 1 # select the original pane splitw -h -p 69 -send "cd writing/lbh/ && v lbh.txt" enter #open vim +send "cd ~/lbh/ && v lbh.txt" enter #open vim |