mirror of
https://github.com/rwinkhart/libmutton.git
synced 2026-09-05 08:37:25 -04:00
Native support for iOS dirs; bind SSH dir to variable
This commit is contained in:
@@ -9,6 +9,7 @@ var (
|
||||
CfgDir = back.Home + "\\AppData\\Local\\libmutton\\config" // Path to libmutton configuration directory
|
||||
CfgPath = CfgDir + "\\libmuttoncfg.json" // Path to libmutton configuration file
|
||||
AgeDir = CfgDir + "\\age" // Path to libmutton password age directory
|
||||
SSHDir = back.Home + "\\.ssh" // Path to SSH directory
|
||||
)
|
||||
|
||||
const (
|
||||
|
||||
Reference in New Issue
Block a user