mirror of
https://github.com/notwa/rc
synced 2025-02-05 07:43:22 -08:00
windows nonsense
This commit is contained in:
parent
420de2b939
commit
79029eb4fc
1 changed files with 4 additions and 0 deletions
|
@ -160,6 +160,10 @@ trash() {
|
|||
dd status=none if=/dev/random bs=1 count="$1"
|
||||
}
|
||||
|
||||
explore() {
|
||||
explorer "$(cygpath -w $1)"
|
||||
}
|
||||
|
||||
# sources {{{1
|
||||
|
||||
if [ $FANCY -eq 1 ]; then
|
||||
|
|
Loading…
Add table
Reference in a new issue