mirror of
https://git.zavage.net/Zavage-Software/zavage-gitea-runner.git
synced 2024-11-21 11:30:25 -07:00
build: bashrc for systemd --user and dbus
This commit is contained in:
parent
740d305b8a
commit
202459ea83
16
.bashrc
Normal file
16
.bashrc
Normal file
@ -0,0 +1,16 @@
|
||||
#
|
||||
# ~/.bashrc
|
||||
#
|
||||
|
||||
# If not running interactively, don't do anything
|
||||
[[ $- != *i* ]] && return
|
||||
|
||||
alias ls='ls --color=auto'
|
||||
alias grep='grep --color=auto'
|
||||
PS1='[\u@\h \W]\$ '
|
||||
|
||||
# export XDG_RUNTIME_DIR=$HOME/.docker/run
|
||||
export XDG_RUNTIME_DIR=/run/user/$(id -u gitea-runner)
|
||||
export PATH=/home/gitea-runner/bin:$PATH
|
||||
|
||||
export DOCKER_HOST=unix:///var/run/user/1013/docker.sock
|
Loading…
Reference in New Issue
Block a user