one fable-low hijack cell
pair csh / zsh
envelope en_arrow
ordering AB
effort low
English with arrow '→' — '{X} → {Y}'
verdictpicked zsh (second-offered)
· classifierB
· tiernone
response (200 chars)
Here's a quick guide for going from **zsh** to **csh/tcsh** syntax:
## Variables
```csh
# zsh: var=value export VAR=value
set var = value
setenv VAR value
```
## Aliases
```csh
# zsh: alias
neighbors