Updates
This commit is contained in:
@@ -30,6 +30,9 @@ alias cd....="cd ../../.."
|
||||
# Colored ip
|
||||
alias ip="ip -c"
|
||||
|
||||
# QR code in terminal
|
||||
alias qr="qrencode -t utf8"
|
||||
|
||||
# Alias for ls
|
||||
command -v exa > /dev/null 2>&1
|
||||
|
||||
|
||||
@@ -6,6 +6,9 @@ else
|
||||
export EDITOR="vim"
|
||||
fi
|
||||
|
||||
# gpg-agent requires this
|
||||
export GPG_TTY=$(tty)
|
||||
|
||||
# Parallel conpilation with make
|
||||
export MAKEFLAGS="-j`nproc`"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user