commit 97fd37fefb6a03a20aa8bd1be064ed104e399241
parent 7dec68bfbb7f66676bb267b28285e2c60872dfe3
Author: Jake Bauer <jbauer@paritybit.ca>
Date: Tue, 27 Apr 2021 23:18:19 -0400
Update shell config
Diffstat:
3 files changed, 2 insertions(+), 19 deletions(-)
diff --git a/.claws-mail/mail-signature b/.config/mail-signature
diff --git a/.config/shrc b/.config/shrc
@@ -28,17 +28,14 @@ export GPG_TTY=$(tty)
# Alias definitions:
alias vi='nvim'
-alias ls='ls -vlp --color=auto --group-directories-first'
-alias grep='grep --color=auto'
+alias ls='ls -lF'
alias rm='rm -iv'
alias mv='mv -iv'
alias cp='cp -iv'
alias tmux='tmux -f "$XDG_CONFIG_HOME"/tmux.conf'
-alias wget='wget --hsts-file="$XDG_CACHE_HOME/wget-hsts"'
alias copy='xclip -sel c'
alias mbsync='mbsync -c "$XDG_CONFIG_HOME"/isync/mbsyncrc'
alias lpr='lpr -o fit-to-page -o two-sided-long-edge'
alias config='git --git-dir="$HOME"/docs/proj/dotfiles --work-tree="$HOME"'
-alias units='units --history "$XDG_CACHE_HOME"/units_history'
alias spawn='st > /dev/null 2>&1 &'
alias compose='setxkbmap -option compose:caps'
diff --git a/.profile b/.profile
@@ -1,12 +1,3 @@
-# ~/.profile: executed by the command interpreter for login shells.
-# This file is not read by bash(1), if ~/.bash_profile or ~/.bash_login
-# exists.
-# See /usr/share/doc/bash/examples/startup-files for examples.
-# The files are located in the bash-doc package.
-
-# The default umask is set in /etc/profile; for setting the umask
-# For ssh logins, install and configure the libpam-umask package. Umask 022
-
# Set PATH to include my local binaries/scripts
if [ -d "$HOME/.local/bin/" ]; then
PATH="$PATH:$HOME/.local/bin"
@@ -30,17 +21,12 @@ export XDG_DATA_HOME="$HOME/.local/share"
# Tell various programs to respect the XDG Base Directory specification
# Removes ~/.gtkrc-2.0
export GTK2_RC_FILES="$XDG_CONFIG_HOME/gtk-2.0/gtkrc"
-# Removes ~/.weechat
-export WEECHAT_HOME="$XDG_CONFIG_HOME/weechat"
# Removes ~/.lesshst
export LESSHISTFILE="$XDG_CACHE_HOME/lesshst"
# Removes ~/.bash_history or equivalent
export HISTFILE="$XDG_CACHE_HOME/shell_history"
-# Removes ~/.lynxrc
-export LYNX_CFG="$HOME/.config/lynx/lynx.cfg"
-export LYNX_LSS="$HOME/.config/lynx/lynx.lss"
# Removes ~/.hledger.journal
-export LEDGER_FILE="$XDG_DATA_HOME"/hledger.journal
+export LEDGER_FILE="$HOME/docs/finances/hledger.journal"
# Standard (?) environment variables
export EDITOR="nvim"