Directly from CLI
alias x='exit'
funcsave x
or create a file in
~/.config/fish/functions
with name
| /** | |
| * @author qiao / https://github.com/qiao | |
| * @author mrdoob / http://mrdoob.com | |
| * @author alteredq / http://alteredqualia.com/ | |
| * @author WestLangley / http://github.com/WestLangley | |
| * @author erich666 / http://erichaines.com | |
| */ | |
| // This set of controls performs orbiting, dollying (zooming), and panning. | |
| // Unlike TrackballControls, it maintains the "up" direction object.up (+Y by default). |
Directly from CLI
alias x='exit'
funcsave x
or create a file in
~/.config/fish/functions
with name