diff options
author | bpc2003 <wpesfriendnva@gmail.com> | 2025-05-24 14:25:58 -0400 |
---|---|---|
committer | bpc2003 <wpesfriendnva@gmail.com> | 2025-05-24 14:25:58 -0400 |
commit | 165c5c078b41ad2ea2edbd325948ed5aa0602e06 (patch) | |
tree | fc69e2cf5080b443091ecb5134cf0a47dfe78fe1 /cmds/cd.go | |
parent | 1a90e3410a9bdaf606a6124930a0913c07b44c87 (diff) |
consolidate all environment variable commands into env.go
Diffstat (limited to 'cmds/cd.go')
-rw-r--r-- | cmds/cd.go | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -2,6 +2,8 @@ package cmds import "os" +// chDir: changes the current working directory +// if no directory is specifed sets it to home func chDir(args []string) error { var dir string if len(args) == 1 { |