e1e0.net

sources for e1e0 website
git clone https://git.e1e0.net/e1e0.net.git
Log | Files | Refs

commit fcfec581c52390babd1f63460697c03e493ccbbf
parent 40d8338438755db0a50e721f49e080c10bfbc136
Author: Paco Esteban <paco@e1e0.net>
Date:   Fri,  3 Jul 2020 10:41:24 +0200

minor corrections to the shell functions article

Diffstat:
Msrc/aliases-helper-functions-shell.md | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/aliases-helper-functions-shell.md b/src/aliases-helper-functions-shell.md @@ -18,7 +18,7 @@ I also use `tmux(1)` heavily. ## Basic aliases -First some basic aliases (comments inline): +First some basic aliases (comments in line): ``` # create a tmux split 82 columns wide, used to take a peek at man pages @@ -191,7 +191,7 @@ function peek() { } ``` -This one I use quite a bit. It's my personal pastebin: +This one I use quite a bit. It's my personal _pastebin_: ``` # poor man's pastebin service (and secure !) @@ -234,7 +234,7 @@ time while working with ports. As the comment at the top says this is totally stolen from other devs. I can't remember what's from who, I probably took bits and pieces from their public -dotfiles and just adapted it to my needs. +dot files and just adapted it to my needs. Basically this is a dispatcher function `p`. It composes the name of the function to call. If it exists it's called, if not the `_port-doas` function