#68 Add rule for switching layout
This commit is contained in:
@@ -158,7 +158,8 @@ using matched rule and run it. Rules enabled by default:
|
||||
* `no_command` – fixes wrong console commands, for example `vom/vim`;
|
||||
* `python_command` – prepends `python` when you trying to run not executable/without `./` python script;
|
||||
* `rm_dir` – adds `-rf` when you trying to remove directory;
|
||||
* `sudo` – prepends `sudo` to previous command if it failed because of permissions.
|
||||
* `sudo` – prepends `sudo` to previous command if it failed because of permissions;
|
||||
* `switch_layout` – switches command from your local layout to en.
|
||||
|
||||
## Creating your own rules
|
||||
|
||||
|
||||
Reference in New Issue
Block a user