Skip to content

Commit

Permalink
fix: change config directory to home/.config
Browse files Browse the repository at this point in the history
  • Loading branch information
ntsd committed Oct 27, 2024
1 parent cdf9f39 commit 9b3568b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import (
"github.com/spf13/viper"
)

const configDirName = ".cross-clipboard"
const configDirName = ".config/cross-clipboard"

// Config config struct for cross clipbaord
type Config struct {
Expand Down

0 comments on commit 9b3568b

Please sign in to comment.