Open4

2023年度版 Shell の設定

emahiroemahiro

zsh での alias 設定

alias zshconfig='mate ~/.zshrc'
alias ls='eza'
alias g='cd $(ghq root)/$(ghq list | peco)'

unalias history # デフォルトの history コマンドを off にする
alias history='fc -l -i 1 | peco'
alias date='/opt/homebrew/bin/gdate'
emahiroemahiro

ソフトウェア群

  • Go
  • Node
    • バージョン管理ツール -> n
  • Python
    • バージョン管理ツール -> pyenv