This website requires JavaScript.
Explore
Help
Register
Sign In
phantop
/
dotfiles
Watch
1
Star
0
Fork
You've already forked dotfiles
0
mirror of
https://github.com/Phantop/dotfiles
synced
2025-11-27 06:35:43 +00:00
Code
Issues
Releases
Wiki
Activity
3d08b83027
dotfiles
/
.local
/
bin
/
addpath
3 lines
79 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Move some more fish to bash and clean up funcs
2020-08-22 04:44:47 +00:00
#!/bin/bash
Bin: fix addpath to not remote existing PATH
2020-10-13 15:22:04 +00:00
[[ "$#" -ge 1 ]] && export PATH=$@:$PATH || export PATH=$PWD:$PATH
Reference in a new issue
Copy permalink