You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Make Bash append rather than overwrite the history on disk:shopt -s histappend
# A new shell gets the history lines from all previous shells
PROMPT_COMMAND='history -a'# Don't put duplicate lines in the history.export HISTCONTROL=ignoredups
The text was updated successfully, but these errors were encountered:
i3 setup
Docker/container
sudo deb-get install docker-ce terraform sudo apt-get install -y nomad consul vault waypoint containernetworking-plugins sudo usermod -aG docker "$USER" sudo mkdir -p /opt/cni sudo ln -sf /usr/lib/cni /opt/cni/bin
Bash
The text was updated successfully, but these errors were encountered: