mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-01 05:51:56 +08:00
11 lines
277 B
Bash
11 lines
277 B
Bash
# By default connect to localhost
|
|
export LIBVIRT_DEFAULT_URI=qemu:///system
|
|
|
|
# Pretty large history in virsh...
|
|
export VIRSH_HISTSIZE=200000
|
|
|
|
# Enlarge commandline history
|
|
export HISTSIZE=2000000
|
|
export HISTIGNORE="ls:exit:cd -:cd ~:cd"
|
|
export HISTCONTROL=erasedups:ignoreboth
|