Skip to content
This repository was archived by the owner on Nov 1, 2024. It is now read-only.

Commit a2b25d0

Browse files
committed
Move windows paths to the end
1 parent 946b830 commit a2b25d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: bashrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
source /etc/profile
33

44
# Add a directory with your scripts to the path.
5-
PATH=~/bin:/usr/local/sbin:/usr/sbin:/sbin:/mnt/c/Windows:/mnt/c/Windows/System32:/mnt/c/Windows/System32/WindowsPowerShell/v1.0:$PATH
5+
PATH=$PATH:~/bin:/usr/local/sbin:/usr/sbin:/sbin:/mnt/c/Windows:/mnt/c/Windows/System32:/mnt/c/Windows/System32/WindowsPowerShell/v1.0
66

77
[ -r /usr/share/bash-completion/bash_completion ] && . /usr/share/bash-completion/bash_completion

0 commit comments

Comments
 (0)