mirror of
https://github.com/notwa/rc
synced 2025-02-05 07:43:22 -08:00
annoying stuff
This commit is contained in:
parent
b4457763b6
commit
a22e191714
2 changed files with 2 additions and 2 deletions
|
@ -52,7 +52,7 @@ alias fils="du -bad1"
|
|||
alias lsfm="lsf -ugpms"
|
||||
alias lsa="ls -A --group-directories-first"
|
||||
alias logs="logs -o cat -b -e"
|
||||
alias logsf="logs -f"
|
||||
alias logsf="logs -f -e"
|
||||
alias diff="git diff --color=auto --no-ext-diff --no-index"
|
||||
alias db="dropbox_uploader"
|
||||
|
||||
|
|
|
@ -145,7 +145,7 @@ alias -g STFU="2>/dev/null"
|
|||
|
||||
for x in ack cd cp ebuild gcc gist grep ln man mkdir mv rm
|
||||
alias $x="nocorrect $x"
|
||||
for x in arith fc find ftp history let locate rsync scp sftp wget
|
||||
for x in arith curl fc find ftp history let locate rsync scp sftp wget
|
||||
alias $x="noglob $x"
|
||||
|
||||
if [[ "$TERM" = xterm* ]]; then
|
||||
|
|
Loading…
Add table
Reference in a new issue