dotfiles/.local/bin/addpath

3 lines
76 B
Bash
Executable File

#!/bin/bash
[[ "$#" -ge 1 ]] && export PATH=$@:$PATH || export PATH=$@:$PWD