From d4481d05884a1fabbc1ea80129dfe7ae975b4e9b Mon Sep 17 00:00:00 2001 From: benj Date: Thu, 24 Jun 2021 10:25:51 -0700 Subject: new wallpapers, and some i3 config cleanup --- .bashrc | 2 ++ 1 file changed, 2 insertions(+) (limited to '.bashrc') diff --git a/.bashrc b/.bashrc index 34c62cb..d652ca9 100644 --- a/.bashrc +++ b/.bashrc @@ -76,7 +76,9 @@ alias ls=' ls -GFh' elif [ "$(expr substr $(uname -s) 1 5)" == "Linux" ]; then export LS_COLORS="di=1;33:ln=1;35:so=1;32:pi=1;30:ex=1;31:bd=34;46:cd=34;43:su=30;41:sg=30;46:tw=30;42:ow=30;43" alias pbcopy='xsel --clipboard --input' + alias c=pbcopy alias pbpaste='xsel --clipboard --output' + alias v=pbpaste alias open='xdg-open' alias ls='ls --color=auto' -- cgit v1.2.3