summaryrefslogtreecommitdiff
path: root/tw/home/files/zshrc
diff options
context:
space:
mode:
authorTimo Wilken2023-01-07 18:05:19 +0100
committerTimo Wilken2023-01-07 18:05:19 +0100
commit2db9a6bc019926ad495e8c369cf8cab1f9394235 (patch)
tree578115a26ca657d9d033cb1d719abad979d211a6 /tw/home/files/zshrc
parent3d5c1f2bfdea0faab86e03e2ee8c73e9852d933e (diff)
Extract ppscm to separate script
Diffstat (limited to 'tw/home/files/zshrc')
-rw-r--r--tw/home/files/zshrc5
1 files changed, 0 insertions, 5 deletions
diff --git a/tw/home/files/zshrc b/tw/home/files/zshrc
index 49804126..3bde2704 100644
--- a/tw/home/files/zshrc
+++ b/tw/home/files/zshrc
@@ -130,11 +130,6 @@ if recsel --version 2>/dev/null | grep -qFx 'recsel (GNU recutils) 1.8'; then
unset _recutil
fi
-ppscm () {
- guile -c "(use-modules (ice-9 pretty-print)) (with-input-from-file \"$1\" (compose pretty-print read))" |
- source-highlight -s scheme -f esc | $PAGER
-}
-
## Plugins
load_plugin () {
local try_path