4 lines
48 B
Bash
4 lines
48 B
Bash
#!/bin/sh
|
|
|
|
export PATH="$HOME/.local/bin:$PATH"
|
#!/bin/sh
|
|
|
|
export PATH="$HOME/.local/bin:$PATH"
|