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