|
|
@ -20,3 +20,6 @@ fi
|
|
|
|
# Ever wanted to open Windows explorer in whatever directory you're in to work on the files
|
|
|
|
# Ever wanted to open Windows explorer in whatever directory you're in to work on the files
|
|
|
|
# in Windows? Well this allows you to do exactly that, just like in the Command Prompt.
|
|
|
|
# in Windows? Well this allows you to do exactly that, just like in the Command Prompt.
|
|
|
|
alias explorer=explorer.exe
|
|
|
|
alias explorer=explorer.exe
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Tired of seeing all the tmpfs partitions in df? This alias has you covered!
|
|
|
|
|
|
|
|
alias dfh="df -h | grep -v tmpfs"
|
|
|
|