Some tweaks.
This commit is contained in:
parent
92fbdc022a
commit
9baf769a41
2
bashrc
2
bashrc
@ -1,2 +1,4 @@
|
||||
# https://github.com/janmoesen/tilde/blob/master/.bashrc
|
||||
echo $TERM_PROGRAM
|
||||
alias xxx="ls"
|
||||
[ -n "$PS1" ] && source ~/.bash_profile;
|
@ -28,6 +28,9 @@ export LS_COLORS='no=00:fi=00:di=01;34:ln=01;36:pi=40;33:so=01;35:do=01;35:bd=40
|
||||
# Enable aliases to be sudo’ed
|
||||
alias sudo='sudo '
|
||||
|
||||
# Avoid stupidity
|
||||
alias rm="rm -i"
|
||||
|
||||
# Gzip-enabled `curl`
|
||||
#alias gurl="curl --compressed"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user