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

set inf history

This commit is contained in:
L3D 2020-06-03 19:46:49 +02:00
parent f473e716c2
commit 09d367d471
Signed by: l3d
GPG key ID: CD08445BFF4313D1

View file

@ -134,4 +134,6 @@ alias gitsubpull='git submodule foreach "(git checkout master; git pull)"'
{% if bash['pwgen'] %}alias pwgen="/usr/bin/pwgen --num-passwords=3000 --numerals --capitalize --secure --no-vowels --symbols 42 | grep -v '0' | grep -v 'o' | grep -v 'O' | grep -v '\"' | grep -v 'I' | grep -v 'l' | grep -v '1' | grep -v '´' | grep -v '@' | tail -1 "{% endif %}
HISTSIZE=
HISTFILESIZE=
# vim:ts=4:sw=4