config-select 0.0.0 → 0.0.1
raw patch · 2 files changed
+4/−1 lines, 2 files
Files
- Util/ConfigSelect.lhs +3/−0
- config-select.cabal +1/−1
Util/ConfigSelect.lhs view
@@ -135,7 +135,10 @@ > linkDestinationCheck' splitUpPath@(_:_:_) = do > let profilesDir' = joinPath $ (init.init) splitUpPath > canonProfilesDir <- canonicalizePath profilesDir+> cwd<-getCurrentDirectory+> setCurrentDirectory destDir > canonProfilesDir' <- canonicalizePath profilesDir'+> setCurrentDirectory cwd > case canonProfilesDir == canonProfilesDir' of > True -> > return $ categorizedConfigs
config-select.cabal view
@@ -1,5 +1,5 @@ Name: config-select-Version: 0.0.0+Version: 0.0.1 Synopsis: A small program for swapping out dot files. Description: Manage multiple configuration profiles for the same program. Swap out dot files quickly. Category:System