Skip to content

Commit

Permalink
feat: add Workspace alias
Browse files Browse the repository at this point in the history
  • Loading branch information
PauloPortugal committed Mar 3, 2023
1 parent e1c63c4 commit 49380a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions group_vars/all
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ shell_aliases:
- alias pull='hub pull-request --no-edit -o -p'
- alias rgrep='grep -r'
- alias vi=vim
- alias W='cd ~/Workspace'

utils:
- base-devel
Expand Down
2 changes: 1 addition & 1 deletion roles/base/tasks/zsh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
- name: Set zsh as default shell
ansible.builtin.user:
name: "{{ user_name }}"
ansible.builtin.shell: /usr/bin/zsh
shell: /usr/bin/zsh
become: true
tags:
- zsh

0 comments on commit 49380a6

Please sign in to comment.