Skip to content

Commit baf915a

Browse files
committed
update alias
1 parent ae8ebe1 commit baf915a

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,15 @@ alias gp='git pull'
33
alias gc='git clone'
44

55
# recursively git pull sub-directories
6+
67
alias gpa='find . -name .git -print -execdir git pull \;'
78

89
alias gs='git status'
910
alias e='exercism'
1011

1112
alias d='docker'
12-
alias tf='terraform'
13+
14+
alias jn='jupyter notebook'
15+
alias jl='jupyter lab'
16+
17+
alias tf='terraform'

0 commit comments

Comments
 (0)