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:
parent
e73e3b3bb5
commit
32fa7ebbc1
1 changed files with 10 additions and 10 deletions
|
@ -12,16 +12,16 @@ dotfiles__modify_bashrc: true
|
|||
|
||||
# list of aliases used in bashrc
|
||||
dotfiles__aliases:
|
||||
- { alias: "ls", command: "ls ", color: true }
|
||||
- { alias: "grep", command: "grep", color: true }
|
||||
- { alias: "ll", command: "ls -alF", color: false }
|
||||
- { alias: "la", command: "ls -A", color: false }
|
||||
- { alias: "l", command: "ls -CF", color: false }
|
||||
- { alias: "lz", command: "ls -Z", color: false }
|
||||
- { alias: "EDITOR", command: "/usr/bin/vim", 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: "pwgen", command: "/usr/bin/pwgen --num-passwords=3000 --numerals --capitalize --secure --no-vowels --ambiguous 95 1", color: false }
|
||||
- {alias: "ls", command: "ls ", color: true}
|
||||
- {alias: "grep", command: "grep", color: true}
|
||||
- {alias: "ll", command: "ls -alF", color: false}
|
||||
- {alias: "la", command: "ls -A", color: false}
|
||||
- {alias: "l", command: "ls -CF", color: false}
|
||||
- {alias: "lz", command: "ls -Z", color: false}
|
||||
- {alias: "EDITOR", command: "/usr/bin/vim", 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: "pwgen", command: "/usr/bin/pwgen --num-passwords=3000 --numerals --capitalize --secure --no-vowels --ambiguous 95 1", color: false}
|
||||
|
||||
# enable bash completion
|
||||
dotfiles__bash_completion_enabled: true
|
||||
|
|
Loading…
Reference in a new issue