mirror of
https://github.com/sahinakkaya/dotfiles.git
synced 2024-11-10 02:59:37 +01:00
9 lines
121 B
Bash
9 lines
121 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
tmux popup \
|
||
|
-w 90% \
|
||
|
-h 90% \
|
||
|
-x C \
|
||
|
-y C \
|
||
|
-E "/home/sahin/scripts/search-with-ag.sh"
|