mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-08-06 23:11:54 -07:00
Remove spurious output from ShellPrompt
This commit is contained in:
@@ -60,7 +60,6 @@ getShellCompl s
|
||||
| s /= "" && last s /= ' ' = do
|
||||
f <- fmap lines $ runProcessWithInput "/bin/bash" [] ("compgen -A file " ++ s ++ "\n")
|
||||
c <- commandCompletionFunction s
|
||||
hPutStrLn stdout s
|
||||
return . map escape . sort . nub $ f ++ c
|
||||
| otherwise = return []
|
||||
|
||||
|
Reference in New Issue
Block a user