mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-08-31 11:23:48 -07:00
minor hlint cleanup of Prompt and XMonad.Prompt.* sub-modules
This commit is contained in:
@@ -57,7 +57,7 @@ instance XPrompt Shell where
|
||||
|
||||
shellPrompt :: XPConfig -> X ()
|
||||
shellPrompt c = do
|
||||
cmds <- io $ getCommands
|
||||
cmds <- io getCommands
|
||||
mkXPrompt Shell c (getShellCompl cmds) (spawn . encodeOutput)
|
||||
|
||||
-- | See safe and unsafeSpawn. prompt is an alias for safePrompt;
|
||||
|
Reference in New Issue
Block a user