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) +