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-lux | |
parent | b6233aa19dc68bf266ef06f27aae69fa3210f046 (diff) |
added latest environment tweaks
Diffstat (limited to '.tmux/write-lux')
-rw-r--r-- | .tmux/write-lux | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.tmux/write-lux b/.tmux/write-lux index d496b83..56c58c4 100644 --- a/.tmux/write-lux +++ b/.tmux/write-lux @@ -2,4 +2,4 @@ neww -n 'lux' splitw -h -p 22 selectp -t 1 # select the original pane splitw -h -p 69 -send "cd ~/writing/luxagraf/ && v" enter #open vim +send "cd ~/lux/ && v" enter #open vim |