Skip to content

Commit eb797b6

Browse files
committed
feat: added most used bash_aliases
0 parents  commit eb797b6

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.bash_aliases

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# shell alias
2+
alias c=clear
3+
alias e=exit
4+
alias sn='shutdown now'
5+
6+
# programming habit aliases
7+
alias m=make
8+
alias vg='valgrind --leak-check=full'
9+
10+
## python shortcuts
11+
alias python=python3
12+
alias p=python3
13+
alias jn='jupyter notebook'
14+
alias jl='jupyter-lab'

0 commit comments

Comments
 (0)