Shell - theartusz/config GitHub Wiki

Other

  • export variable
set -x VARIABLE_NAME VARIABLE_VALUE
  • add timestamp to command history
history --show-time
  • reload config
source ~/.config/fish/config.fish
  • create permanent alias in ~/.config/fish/config.fish
alias <desired shortcut>=<actual command>