Re-activate aliases
This commit is contained in:
parent
82102279bc
commit
e4278a69ac
@ -106,8 +106,6 @@ class CommandRunner(QObject):
|
|||||||
The new command string if an alias was found. Default value
|
The new command string if an alias was found. Default value
|
||||||
otherwise.
|
otherwise.
|
||||||
"""
|
"""
|
||||||
# FIXME:conf
|
|
||||||
return default
|
|
||||||
parts = text.strip().split(maxsplit=1)
|
parts = text.strip().split(maxsplit=1)
|
||||||
try:
|
try:
|
||||||
alias = config.val.aliases[parts[0]]
|
alias = config.val.aliases[parts[0]]
|
||||||
|
Loading…
Reference in New Issue
Block a user