per user podman start

This commit is contained in:
2023-10-22 17:23:48 +05:30
parent 1e905030b4
commit ac55743238
2 changed files with 11 additions and 0 deletions
+2
View File
@@ -28,6 +28,8 @@ PS1="${F_BOLD}${C_AQUAMARINE1}\u@\h${C_YELLOW1} \w \\\$${NO_FORMAT} "
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion
export DOCKER_HOST=unix:///run/user/$UID/podman/podman.sock
export EDITOR=vim
export HISTCONTROL=ignoredups
export HISTSIZE=11000