4 lines
78 B
Bash
Executable File
4 lines
78 B
Bash
Executable File
#!/usr/bin/env bash
|
|
PATH="$HOME/.local/bin:$PATH"
|
|
rofi -show-icons -show run
|