From a014f5656f48f544c8b9bb225b875dff4b6e5894 Mon Sep 17 00:00:00 2001 From: Yax <1949284+kianby@users.noreply.github.com> Date: Wed, 7 Apr 2021 15:49:51 +0200 Subject: [PATCH] add .tigrc --- dot_tigrc | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 dot_tigrc diff --git a/dot_tigrc b/dot_tigrc new file mode 100644 index 0000000..4671ed4 --- /dev/null +++ b/dot_tigrc @@ -0,0 +1,6 @@ +# Push local changes to origin +bind status P !git p + +# Delete file +bind status ! !rm %(file) +