Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

update linux history editor

## FC editor
## To update a history file

# Nano editor
export FCEDIT=nano

# Vi editor
export FCEDIT=vi

# VSCode Editor
export FCEDIT='code -w'
 
PREVIOUS NEXT
Tagged: #update #linux #history #editor
ADD COMMENT
Topic
Name
5+2 =