6 lines
55 B
Bash
6 lines
55 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
export PATH=$PATH:~/.local/bin
|
||
|
|
||
|
dwmblocks &
|