Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 297 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 297 Bytes

bin

Daily use scripts

  1. For Fish (in ~/.config/fish/config.fish)
  fish_add_path ~/bin
  alias run '~/bin/run.sh'
  alias start_up_time '~/bin/start_up_time.sh'
  alias react_library '~/bin/react.sh'
  1. For zsh (in ~/.zshrc)
  path=(~/bin $path)
  alias run='~/bin/run.sh'