summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Coquand <marc@mccd.space>2024-05-07 09:41:31 -0500
committerMarc Coquand <marc@mccd.space>2024-05-07 09:41:31 -0500
commit5d577d3715144e76724296e2bfbcd31bcb0a9974 (patch)
treeb253340cb2434af087b3beca87dc4d89d0b1d126
parent1bc46a52f86b0502ab6d08d1df31bad994c1f2de (diff)
downloadrcm-5d577d3715144e76724296e2bfbcd31bcb0a9974.tar.gz
rcm-5d577d3715144e76724296e2bfbcd31bcb0a9974.tar.bz2
rcm-5d577d3715144e76724296e2bfbcd31bcb0a9974.zip
Bash updates
-rw-r--r--bash_profile5
-rw-r--r--bashrc1
2 files changed, 4 insertions, 2 deletions
diff --git a/bash_profile b/bash_profile
index d066ef1..3fac1b2 100644
--- a/bash_profile
+++ b/bash_profile
@@ -12,13 +12,14 @@ export TERM="linux"
export TERMINAL="foot"
export GDK_DPI_SCALE="1.5"
export GDK_SCALE="1.5"
-export WLR_NO_HARDWARE_CURSORS=1
export MOZ_ENABLE_WAYLAND="1"
export XCURSOR_SIZE="32"
export XDG_CURRENT_DESKTOP="wlroots"
-export XDG_SESSION_TYPE="hikari"
+export XDG_SESSION_TYPE="wayland"
export PF_INFO="ascii title os host pkgs shell"
export PF_ALIGN="7"
export PF_COLOR="0"
+gpg-agent
+
if [ -e /home/mccd/.nix-profile/etc/profile.d/nix.sh ]; then . /home/mccd/.nix-profile/etc/profile.d/nix.sh; fi # added by Nix installer
diff --git a/bashrc b/bashrc
index 73b8dce..35b3ef9 100644
--- a/bashrc
+++ b/bashrc
@@ -6,6 +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 f-commit="fossil commit && fossil git export"
# Bash initialization for interactive non-login shells and
# for remote shells (info "(bash) Bash Startup Files").