Loading .bashrc +8 −0 Original line number Diff line number Diff line Loading @@ -52,6 +52,14 @@ export PATH=$PATH:$HOME/Documents/bin export PYTHONSTARTUP=~/.pythonstartup export AWS_DEFAULT_PROFILE='shore' export ANSIBLE_VERBOSITY=2 export ANSIBLE_COMMAND_WARNINGS=True export ANSIBLE_DEPRECATION_WARNINGS=True export ANSIBLE_RETRY_FILES_SAVE_PATH=/tmp/ export ANSIBLE_SSH_PIPELINING=True export ANSIBLE_SSH_CONTROL_PATH_DIR='/tmp/ssh-%%h' export ANSIBLE_GATHERING=smart export ANSIBLE_CACHE_PLUGIN=jsonfile export ANSIBLE_CACHE_PLUGIN_CONNECTION="$HOME/.ansible/facts" alias ll='ls -lha' alias la='ls -A' alias l='ls -CF' Loading Loading
.bashrc +8 −0 Original line number Diff line number Diff line Loading @@ -52,6 +52,14 @@ export PATH=$PATH:$HOME/Documents/bin export PYTHONSTARTUP=~/.pythonstartup export AWS_DEFAULT_PROFILE='shore' export ANSIBLE_VERBOSITY=2 export ANSIBLE_COMMAND_WARNINGS=True export ANSIBLE_DEPRECATION_WARNINGS=True export ANSIBLE_RETRY_FILES_SAVE_PATH=/tmp/ export ANSIBLE_SSH_PIPELINING=True export ANSIBLE_SSH_CONTROL_PATH_DIR='/tmp/ssh-%%h' export ANSIBLE_GATHERING=smart export ANSIBLE_CACHE_PLUGIN=jsonfile export ANSIBLE_CACHE_PLUGIN_CONNECTION="$HOME/.ansible/facts" alias ll='ls -lha' alias la='ls -A' alias l='ls -CF' Loading