We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae8ebe1 commit baf915aCopy full SHA for baf915a
1 file changed
windows/windows-terminal/.alias zsh/.aliaswindows/windows-terminal/.alias renamed to zsh/.alias
@@ -3,10 +3,15 @@ alias gp='git pull'
3
alias gc='git clone'
4
5
# recursively git pull sub-directories
6
+
7
alias gpa='find . -name .git -print -execdir git pull \;'
8
9
alias gs='git status'
10
alias e='exercism'
11
12
alias d='docker'
-alias tf='terraform'
13
14
+alias jn='jupyter notebook'
15
+alias jl='jupyter lab'
16
17
+alias tf='terraform'
0 commit comments