Skip to content

Commit

Permalink
add .aliases .zprofile .zshenv
Browse files Browse the repository at this point in the history
  • Loading branch information
Matsui Masashi committed May 23, 2021
1 parent 0db60c9 commit 7a3d8fa
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .aliases
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
alias ls='exa'

alias cat='bat'
alias grep='rg'
alias ls='exa'
alias find='fd'
alias od='hexyl'
alias ps='procs'
alias grep='rg'

alias ll='ls -al'

Expand Down
1 change: 1 addition & 0 deletions .zprofile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
eval "$(/opt/homebrew/bin/brew shellenv)"
1 change: 1 addition & 0 deletions .zshenv
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
source "$HOME/.cargo/env"

0 comments on commit 7a3d8fa

Please sign in to comment.