minor hlint cleanup of Prompt and XMonad.Prompt.* sub-modules

This commit is contained in:
sean.escriva
2009-09-28 20:44:43 +00:00
parent 104cc6ba25
commit 097d7367bb
7 changed files with 27 additions and 30 deletions

View File

@@ -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;