mirror of
https://github.com/Eugeny/tabby.git
synced 2025-10-05 14:34:54 +00:00
hotkeys for specific shells
This commit is contained in:
@@ -15,7 +15,7 @@ export class CustomShellProvider extends ShellProvider {
|
||||
let args = this.config.store.terminal.customShell.split(' ')
|
||||
return [{
|
||||
id: 'custom',
|
||||
name: 'Custom',
|
||||
name: 'Custom shell',
|
||||
command: args[0],
|
||||
args: args.slice(1),
|
||||
}]
|
||||
|
Reference in New Issue
Block a user