mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-30 02:44:42 +01:00
some new functions
This commit is contained in:
parent
e92a4667cb
commit
d1be9bba2e
1 changed files with 13 additions and 0 deletions
|
|
@ -235,3 +235,16 @@ function omz_urldecode {
|
|||
|
||||
echo -E "$decoded"
|
||||
}
|
||||
|
||||
# PSK buffoonery
|
||||
kill_cloud_drives() {
|
||||
pkill "Backup" ; pkill "Dropbox"
|
||||
}
|
||||
|
||||
# PSK List directories only
|
||||
lsd() {
|
||||
ls -d */
|
||||
}
|
||||
|
||||
# Yoink
|
||||
alias yoink="open -a Yoink"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue