Compare commits
No commits in common. "af5fad00122a03da47e7a320d2af095bd6844b23" and "0dc788d7927371e394ba45a014bf413286c800db" have entirely different histories.
af5fad0012
...
0dc788d792
6
_bashrc
6
_bashrc
@ -44,9 +44,6 @@ alias ll='ls -alF'
|
||||
alias la='ls -A'
|
||||
alias l='ls -CF'
|
||||
|
||||
# More color aliases
|
||||
alias ip='ip -c'
|
||||
|
||||
# Add an "alert" alias for long running commands. Use like so:
|
||||
# sleep 10; alert
|
||||
alias alert='notify-send --urgency=low -i "$([ $? = 0 ] && echo terminal || echo error)" "$(history|tail -n1|sed -e '\''s/^\s*[0-9]\+\s*//;s/[;&|]\s*alert$//'\'')"'
|
||||
@ -77,6 +74,3 @@ cat () {
|
||||
rcat $@;
|
||||
fi
|
||||
}
|
||||
|
||||
# Z
|
||||
[[ -r "/usr/share/z/z.sh" ]] && source /usr/share/z/z.sh
|
||||
|
Loading…
Reference in New Issue
Block a user