mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-01 00:03:18 +01:00
8 lines
236 B
Bash
8 lines
236 B
Bash
|
HISTCONTROL=ignoreboth
|
||
|
HISTSIZE=1000
|
||
|
HISTFILESIZE=2000
|
||
|
source /etc/bash_completion
|
||
|
|
||
|
# Only load liquidprompt in interactive shells, not from a script or from scp
|
||
|
echo $- | grep -q i 2>/dev/null && . /usr/share/liquidprompt/liquidprompt
|