Skip to content

Commit

Permalink
update alias
Browse files Browse the repository at this point in the history
  • Loading branch information
davzoku committed Feb 5, 2023
1 parent ae8ebe1 commit baf915a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion windows/windows-terminal/.alias → zsh/.alias
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,15 @@ alias gp='git pull'
alias gc='git clone'

# recursively git pull sub-directories

alias gpa='find . -name .git -print -execdir git pull \;'

alias gs='git status'
alias e='exercism'

alias d='docker'
alias tf='terraform'

alias jn='jupyter notebook'
alias jl='jupyter lab'

alias tf='terraform'

0 comments on commit baf915a

Please sign in to comment.