mirror of
https://github.com/owenlejeune/zsh-plugins.git
synced 2025-11-18 21:40:54 -05:00
add plugin for linux
This commit is contained in:
14
linux/linux.plugin.zsh
Normal file
14
linux/linux.plugin.zsh
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
alias fix-audio="pavucontrol"
|
||||||
|
|
||||||
|
function open() {
|
||||||
|
DIR="."
|
||||||
|
if [[ $# -gt 0 ]];
|
||||||
|
then
|
||||||
|
DIR="$1"
|
||||||
|
fi
|
||||||
|
gio open $DIR
|
||||||
|
}
|
||||||
|
|
||||||
|
function trash() {
|
||||||
|
gio trash $@
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user