Update base.plugin.bash

pull/1322/head
Farlido Tekitsu 2019-02-07 14:16:36 +01:00 committed by GitHub
parent cc91898eef
commit 962f3093a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

View File

@ -1,6 +1,14 @@
cite about-plugin
about-plugin 'miscellaneous tools'
function mkdirr() {
mkdir $1 && cd $1 && ls
}
function cdls() {
cd $1 && ls
}
function ips ()
{
about 'display all ip addresses for this host'