Add alias "o" to xdg-open.
This commit is contained in:
4
.zshrc
4
.zshrc
@@ -23,6 +23,10 @@ alias "smic=sudo make install clean"
|
|||||||
alias "ssh=ssh -4 -C -e none -v"
|
alias "ssh=ssh -4 -C -e none -v"
|
||||||
alias "t=telnet"
|
alias "t=telnet"
|
||||||
#
|
#
|
||||||
|
if [[ -x /usr/bin/xdg-open ]]; then
|
||||||
|
alias "o=xdg-open"
|
||||||
|
fi
|
||||||
|
#
|
||||||
if [[ -x /usr/local/bin/most || -x /usr/bin/most ]]; then
|
if [[ -x /usr/local/bin/most || -x /usr/bin/most ]]; then
|
||||||
export PAGER="most"
|
export PAGER="most"
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user