flocon/home/.config/sh/path.sh

6 lines
99 B
Bash

#!/bin/sh
# Personnal scripts
export PATH="$PATH:$HOME/bin"
export PATH="$PATH:$HOME/.local/bin"