Skip to content

Commit

Permalink
Add tmpdir alias
Browse files Browse the repository at this point in the history
  • Loading branch information
b-ggs committed Jul 10, 2024
1 parent 4046152 commit 8cbbfd3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions zsh/.zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ alias sshforward='ssh -L 8000:localhost:8000 -L 8143:localhost:8143 -L 8823:loca
alias keychainloaddefault='keychain --nogui -q $HOME/.ssh/id_ed25519'

alias ipify='curl -s https://api.ipify.org'
alias tmpdir='cd $(mktemp -d)'

# fzf

Expand Down

0 comments on commit 8cbbfd3

Please sign in to comment.