feat(role): Initial commit

This commit is contained in:
2025-04-02 02:39:25 +02:00
parent 523022da40
commit d72ad298b2
14 changed files with 177 additions and 9 deletions

View File

@@ -0,0 +1,2 @@
# SPDX-License-Identifier: MIT
alias paru='sudo --user build paru'

View File

@@ -0,0 +1,2 @@
# SPDX-License-Identifier: MIT
eval "$(uv generate-shell-completion bash)"

View File

@@ -0,0 +1,2 @@
# SPDX-License-Identifier: MIT
alias grep='grep --color=auto'

View File

@@ -0,0 +1,2 @@
# SPDX-License-Identifier: MIT
PS1='[$([[ "${?}" -eq '"'"'0'"'"' ]] && echo -ne '"'"'\[\e[32m\]✔'"'"' || echo -ne '"'"'\[\e[91m\]✘'"'"'; echo -n '"'"'\[\e[0m\] '"'"')\[\e[38;5;244m\]\A\[\e[0m\] \[\e[38;5;209;1m\]\u\[\e[38;5;51m\]@\[\e[38;5;154m\]\H\[\e[0m\] \W]\$ '

View File

@@ -0,0 +1,4 @@
# SPDX-License-Identifier: MIT
HISTCONTROL=ignoredups
HISTFILESIZE=1000000
HISTSIZE=1000000

View File

@@ -0,0 +1,2 @@
# SPDX-License-Identifier: MIT
shopt -s histappend