rename elvish to .md

This commit is contained in:
Malin Freeborn
2020-02-04 17:01:44 +00:00
parent 0a993be57f
commit a497422b68

41
system/elvish.md Normal file
View File

@@ -0,0 +1,41 @@
# Setup
To run a shell as non-root, the shell must be listed in /etc/shells.
# Basics
Elvish has an inbuilt calculator.
Basic commands include: *, ^, +. E.g.:
> 2*4+2
#Lists
li = [orcs hobbits elves]
Then either
> echo $li
> echo $@li
> echo $path
# Environmental Variables
Summon with E:, e.g.
> echo $E:USER
# Commands
C-n - File manager
C-l - Recent locations
C-r - Recent commands
See all binding with:
> pprint $edit:insert:binding