6 lines
76 B
Plaintext
6 lines
76 B
Plaintext
|
#!/usr/bin/env bash
|
||
|
|
||
|
tmux new-window -dn shell
|
||
|
|
||
|
nvim "+Telescope git_files"
|