From b10f8c291cc9067e7fdd17ed90bf46d8c8ccbe55 Mon Sep 17 00:00:00 2001 From: joknarf Date: Mon, 16 Sep 2024 18:33:43 +0200 Subject: [PATCH] plugin bash zsh --- pgtree.plugin.bash | 1 + pgtree.plugin.zsh | 1 + 2 files changed, 2 insertions(+) create mode 100644 pgtree.plugin.bash create mode 100644 pgtree.plugin.zsh diff --git a/pgtree.plugin.bash b/pgtree.plugin.bash new file mode 100644 index 0000000..69a6483 --- /dev/null +++ b/pgtree.plugin.bash @@ -0,0 +1 @@ +alias pgtree="${BASH_SOURCE%.plugin.bash}/pgtree" \ No newline at end of file diff --git a/pgtree.plugin.zsh b/pgtree.plugin.zsh new file mode 100644 index 0000000..c49793a --- /dev/null +++ b/pgtree.plugin.zsh @@ -0,0 +1 @@ +alias pgtree="${0%.plugin.zsh}/pgtree" \ No newline at end of file