mirror of
https://github.com/sbrl/bin.git
synced 2018-01-10 21:33:46 +00:00
Add pd
This commit is contained in:
parent
02a9e87c91
commit
b791c982e0
2 changed files with 4 additions and 0 deletions
|
@ -18,6 +18,9 @@ Here's a list of the most interesting ones, along with what they do and where th
|
||||||
- ps_mem - Shows memory usage by process.
|
- ps_mem - Shows memory usage by process.
|
||||||
- node-update - Adapted from a bash script given in a github issue for io.js, this script will update you to the latest version of node. I think that there's a bug with it, but it works well enough for me.
|
- node-update - Adapted from a bash script given in a github issue for io.js, this script will update you to the latest version of node. I think that there's a bug with it, but it works well enough for me.
|
||||||
- stealtime - Tells you how much of your CPU time has been stolen by other virtual machines.
|
- stealtime - Tells you how much of your CPU time has been stolen by other virtual machines.
|
||||||
|
- [speedtest-cli](https://github.com/sivel/speedtest-cli)
|
||||||
|
- mountunishares - A script that automatically mounts my university file shares.
|
||||||
|
- pd - A directory stack helper. Insanely useful - I think I picked it up from a superuser answer somewhere.
|
||||||
|
|
||||||
## Disclaimer
|
## Disclaimer
|
||||||
I don't own many of the tools in this repository. If you are an owner of one of these tools and I haven't linked to you, please let me know as I probably forgot.
|
I don't own many of the tools in this repository. If you are an owner of one of these tools and I haven't linked to you, please let me know as I probably forgot.
|
||||||
|
|
|
@ -55,3 +55,4 @@ function pd()
|
||||||
fi
|
fi
|
||||||
pushd $choice
|
pushd $choice
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue