1
0
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_dotfiles.git synced 2024-08-16 16:09:49 +02:00

linting improves

This commit is contained in:
L3D 2021-06-20 23:38:50 +02:00
parent e73e3b3bb5
commit 32fa7ebbc1
Signed by: l3d
GPG key ID: CD08445BFF4313D1

View file

@ -12,16 +12,16 @@ dotfiles__modify_bashrc: true
# list of aliases used in bashrc # list of aliases used in bashrc
dotfiles__aliases: dotfiles__aliases:
- { alias: "ls", command: "ls ", color: true } - {alias: "ls", command: "ls ", color: true}
- { alias: "grep", command: "grep", color: true } - {alias: "grep", command: "grep", color: true}
- { alias: "ll", command: "ls -alF", color: false } - {alias: "ll", command: "ls -alF", color: false}
- { alias: "la", command: "ls -A", color: false } - {alias: "la", command: "ls -A", color: false}
- { alias: "l", command: "ls -CF", color: false } - {alias: "l", command: "ls -CF", color: false}
- { alias: "lz", command: "ls -Z", color: false } - {alias: "lz", command: "ls -Z", color: false}
- { alias: "EDITOR", command: "/usr/bin/vim", color: false } - {alias: "EDITOR", command: "/usr/bin/vim", color: false}
- { alias: "VISUAL", command: "/usr/bin/gedit", color: false } - {alias: "VISUAL", command: "/usr/bin/gedit", color: false}
- { alias: "gitsubpull", command: "git submodule foreach '(git checkout \\$(git symbolic-ref --short refs/remotes/origin/HEAD | sed 's@^origin/@@'); git pull)'", color: false } - {alias: "gitsubpull", command: "git submodule foreach '(git checkout \\$(git symbolic-ref --short refs/remotes/origin/HEAD | sed 's@^origin/@@'); git pull)'", color: false}
- { alias: "pwgen", command: "/usr/bin/pwgen --num-passwords=3000 --numerals --capitalize --secure --no-vowels --ambiguous 95 1", color: false } - {alias: "pwgen", command: "/usr/bin/pwgen --num-passwords=3000 --numerals --capitalize --secure --no-vowels --ambiguous 95 1", color: false}
# enable bash completion # enable bash completion
dotfiles__bash_completion_enabled: true dotfiles__bash_completion_enabled: true