mirror of
https://github.com/ohmybash/oh-my-bash.git
synced 2024-05-11 05:55:37 +00:00
themes/rjorgenson: Remove function keyword
Made it more consistent to the rest of the functions in the file
This commit is contained in:
committed by
Koichi Murase
parent
ef9ca87851
commit
ec42a3c09c
@@ -44,7 +44,7 @@ is_vim_shell() {
|
||||
fi
|
||||
}
|
||||
|
||||
function is_integer() { # helper function to make sure input is an integer
|
||||
is_integer() { # helper function to make sure input is an integer
|
||||
[ "$1" -eq "$1" ] > /dev/null 2>&1
|
||||
return $?
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user