Skip to content

Commit

Permalink
updates to profile
Browse files Browse the repository at this point in the history
  • Loading branch information
0xMF committed Mar 8, 2024
1 parent b132620 commit 91d6610
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shells/0xMF/profile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# ~/.profile: executed when login shell starts

case "$(uname)" in
Linux ) PATH=~/bin:~/.local/bin:/usr/bin:/usr/sbin:/bin:/sbin:/usr/local/bin:/usr/local/sbin ;;
Linux ) PATH=~/bin:~/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin ;;
* ) PATH=~/bin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin ;;
esac

Expand Down

0 comments on commit 91d6610

Please sign in to comment.