mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-19 04:10:09 +00:00
parent
052a6dbd16
commit
2c1ff85bb2
1 changed files with 1 additions and 2 deletions
|
@ -51,8 +51,7 @@ function open_command() {
|
||||||
# 1 if it does not exist
|
# 1 if it does not exist
|
||||||
#
|
#
|
||||||
function alias_value() {
|
function alias_value() {
|
||||||
alias "$1" | sed "s/^$1='\(.*\)'$/\1/"
|
(( $+aliases[$1] )) && echo $aliases[$1]
|
||||||
test $(alias "$1")
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in a new issue