Skip to content

Commit 272d453

Browse files
committed
Remove Unix PATHs.
1 parent dc0f3c1 commit 272d453

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bashrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ PS1="[\u@\h \w]\$ "
2121
export PS1
2222

2323
# Set the PATH.
24-
PATH=/usr/xpg4/bin:$PATH:/sbin:/usr/sbin:/opt/csw/bin:/usr/openwin/bin:/opt/tivoli/tsm/client/ba/bin:/usr/openv/netbackup/bin:/opt/emc/SYMCLI/bin:~/bin:~/scripts
24+
PATH=$PATH:/sbin:/usr/sbin:~/bin:~/scripts
2525
export PATH
2626

2727
# Aliases

0 commit comments

Comments
 (0)