Compare commits
No commits in common. "6a19ade2d2cb1b30910cddd8ddf0725a2577a8a8" and "b572438868f7a0d48660f51dcfd59e277fc0fbe1" have entirely different histories.
6a19ade2d2
...
b572438868
@ -19,7 +19,6 @@ alias nn='n -dHrR'
|
||||
alias finds='find $* 2>/dev/null'
|
||||
alias c='clear'
|
||||
alias sort_dirs_by_size='du --block-size=1K --human-readable --max-depth=1 | sort --human-numeric-sort --reverse' # 'du -kh --max-depth=1 | sort -hr'
|
||||
alias sd='sudo ' # alias, so sudo can use aliases: "If the last character of the alias value is a blank, then the next command word following the alias is also checked for alias expansion."
|
||||
|
||||
|
||||
# executes command and notifies upon failure
|
||||
|
Loading…
Reference in New Issue
Block a user