From f1c4d798251a5bac90ccd289da1dec7839beafe8 Mon Sep 17 00:00:00 2001 From: Squibid Date: Sat, 10 Aug 2024 02:41:22 -0400 Subject: add linking --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 7f881b7..1a10548 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,12 @@ filea -> fileb filea #-> fileb # which will copy the file as root +# symbolically linking files +filea ~> fileb + +# the link command may be prefixed just like the copy command +filea #~> fileb + # installing programs :: neovim,firefox,neofetch ``` -- cgit v1.2.1