1
0
Fork 0
mirror of https://github.com/notwa/rc synced 2024-06-26 01:07:11 -07:00

add D:/ drive hash

This commit is contained in:
Connor Olding 2018-08-04 05:45:30 +02:00
parent 5d3df0ed66
commit 460e71fc88

View File

@ -4,7 +4,9 @@
umask 022 # don't inherit last umask. pip will break itself.
[ -z "$MSYSTEM" ] && cdrive="/cygdrive/c" || cdrive="/c"
[ -z "$MSYSTEM" ] && ddrive="/cygdrive/d" || ddrive="/d"
hash -d c="$cdrive"
hash -d d="$ddrive"
hash -d cyg=~c"/cygwin/home/$USER"
hash -d msys=~c"/msys64/home/$USER"
hash -d e="/media/chibi"
@ -186,6 +188,7 @@ mpqize() {
}
unset cdrive
unset ddrive
#[ -e ~/sh/z/z.sh ] && . ~/sh/z/z.sh
. ~/.streamcrap