summaryrefslogtreecommitdiff
path: root/bashrc
diff options
context:
space:
mode:
authorMarc Coquand <marc@mccd.space>2024-05-07 16:13:54 -0500
committerMarc Coquand <marc@mccd.space>2024-05-07 16:13:54 -0500
commitf13b505a50d606ae3d7d472aae3088f270c865b8 (patch)
treec803d471cced1ecf774379f774be48b3f8433953 /bashrc
parent3cbfecb852f4db746b6040ea62843a529da1e1c9 (diff)
downloadrcm-f13b505a50d606ae3d7d472aae3088f270c865b8.tar.gz
rcm-f13b505a50d606ae3d7d472aae3088f270c865b8.tar.bz2
rcm-f13b505a50d606ae3d7d472aae3088f270c865b8.zip
Random updates
Diffstat (limited to 'bashrc')
-rw-r--r--bashrc5
1 files changed, 3 insertions, 2 deletions
diff --git a/bashrc b/bashrc
index 35b3ef9..aaf71b1 100644
--- a/bashrc
+++ b/bashrc
@@ -6,7 +6,7 @@ alias rcup="rcup -d ~/rcm"
alias lsrc="lsrc -d ~/rcm"
alias rcdn="rcdn -d ~/rcm"
alias mkrc="mkrc -d ~/rcm"
-alias info="inxi -S -c 13"
+alias infols="inxi -S -c 0"
alias f-commit="fossil commit && fossil git export"
# Bash initialization for interactive non-login shells and
# for remote shells (info "(bash) Bash Startup Files").
@@ -37,4 +37,5 @@ PS1='\A ${GUIX_ENVIRONMENT:+︎v }$(parse_git_branch)\W '
eval "$(zoxide init bash)"
eval "$(direnv hook bash)"
-export PATH=$PATH:"~/.local/bin" \ No newline at end of file
+export PATH=$PATH:"~/.local/bin"
+export GPG_TTY=/dev/pts/0