diff options
| author | Akshay Nair <phenax5@gmail.com> | 2025-10-05 11:51:37 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2025-10-05 11:51:37 +0530 |
| commit | 556f890c3bb799dd6bc1e83c5dcff12f25ed5c24 (patch) | |
| tree | b80400bfbaf70cc40abca895ffee9f4de90adec9 /lib/Daffm/Types.hs | |
| parent | c999d5703d22a7b73394b50029ceede4ef06f09c (diff) | |
| download | daffm-556f890c3bb799dd6bc1e83c5dcff12f25ed5c24.tar.gz daffm-556f890c3bb799dd6bc1e83c5dcff12f25ed5c24.zip | |
Add ~ substitution for cd paths
Diffstat (limited to 'lib/Daffm/Types.hs')
| -rw-r--r-- | lib/Daffm/Types.hs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Daffm/Types.hs b/lib/Daffm/Types.hs index 7264673..ee25e44 100644 --- a/lib/Daffm/Types.hs +++ b/lib/Daffm/Types.hs @@ -40,7 +40,6 @@ data AppState = AppState stateFocusTarget :: FocusTarget, stateCwd :: FilePathText, stateListPositionCache :: Map.Map Text.Text Int, - stateParentDir :: FilePathText, stateKeySequence :: KeySequence, stateKeyMap :: Keymap } |
