MOD: added more aliases :)
This commit is contained in:
parent
30bb7accd4
commit
d823ff91d0
|
@ -2,4 +2,3 @@
|
|||
alias ll='ls -lFh'
|
||||
alias la='ls -lAh'
|
||||
|
||||
alias p3='python3'
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
alias p3='python3'
|
||||
alias piplist='pip --isolated list'
|
||||
|
||||
# fix an error in Mavericks that is fixed with an update later (running old version)
|
||||
# clang: error: unknown argument: '-mno-fused-madd' [-Wunused-command-line-argument-hard-error-in-future]
|
||||
# export CFLAGS=-Qunused-arguments
|
||||
|
|
Loading…
Reference in New Issue