dotfiles

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 9ac9a34e2fd9e3eac0ab7078cb27ce889e3e7678
Author: Torpus <lain1941@disroot.org>
Date:   Sun, 11 May 2025 09:50:18 +0100

Initial dotfiles commit

Diffstat:
A.bashrc | 12++++++++++++
A.xprofile | 2++
A.zprofile | 2++
3 files changed, 16 insertions(+), 0 deletions(-)

diff --git a/.bashrc b/.bashrc @@ -0,0 +1,12 @@ +# +# ~/.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 GPG_TTY=$(tty) +export SSH_AUTH_SOCK=$(gpgconf --list-dirs agent-ssh-socket) diff --git a/.xprofile b/.xprofile @@ -0,0 +1 @@ +.config/x11/xprofile +\ No newline at end of file diff --git a/.zprofile b/.zprofile @@ -0,0 +1 @@ +.config/shell/profile +\ No newline at end of file