Skip to content

Commit

Permalink
Merge pull request #5 from bec-galaxy/develop
Browse files Browse the repository at this point in the history
Updated path
  • Loading branch information
patbec authored Oct 1, 2023
2 parents 732fc2c + 4c1b626 commit 13ef6df
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 12 deletions.
5 changes: 5 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,8 @@ releases:
bugfixes:
- Fixed incorrect resolved $HOME variable. The user path is now determined via the user module.
release_date: "2023-10-01"
1.1.1:
changes:
minor_changes:
- Updated incorrect path in documentation and unit test.
release_date: "2023-10-01"
2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
namespace: bec
name: shell

version: 1.1.0
version: 1.1.1
readme: README.md
authors:
- Patrick Becker <[email protected]>
Expand Down
10 changes: 5 additions & 5 deletions molecule/default/converge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@

zsh_system_config:
- template: "test_zshrc.j2"
filename: "/etc/zshrc"
filename: "zshrc"
- template: "test_zshenv.j2"
filename: "/etc/zshenv"
filename: "zshenv"
- template: "test_zprofile.j2"
filename: "/etc/zprofile"
filename: "zprofile"
- template: "test_zlogin.j2"
filename: "/etc/zlogin"
filename: "zlogin"
- template: "test_zlogout.j2"
filename: "/etc/zlogout"
filename: "zlogout"

zsh_dependencies:
- zsh-autosuggestions
Expand Down
12 changes: 6 additions & 6 deletions roles/zsh/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,18 +66,18 @@ zsh_users_config:
```yaml
zsh_system_config:
- template: "zshrc.j2"
filename: "/etc/zshrc"
filename: "zshrc"
- template: "zshenv.j2"
filename: "/etc/zshenv"
filename: "zshenv"
- template: "zprofile.j2"
filename: "/etc/zprofile"
filename: "zprofile"
- template: "zlogin.j2"
filename: "/etc/zlogin"
filename: "zlogin"
- template: "zlogout.j2"
filename: "/etc/zlogout"
filename: "zlogout"
```

<i>The target path is the `/etc/` directory.</i>
<i>The target path is the `/etc/` directory, this can be changed in the variable `zsh_global`.</i>

## Examples

Expand Down

0 comments on commit 13ef6df

Please sign in to comment.