From 49b8ddb8b13751fb931e7f5a88a227f24f29ff8f Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Wed, 21 May 2025 22:05:53 -0500 Subject: cosmetic reordering of profile --- dotfiles/system/.profile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'dotfiles/system') diff --git a/dotfiles/system/.profile b/dotfiles/system/.profile index 8b15d16..1eb617b 100644 --- a/dotfiles/system/.profile +++ b/dotfiles/system/.profile @@ -62,15 +62,15 @@ fi ## # general software aliases -alias linkfind="find . -type l ! -exec test -d {} \; -print" -alias linkdel="find . -type l ! -exec test -d {} \; -delete" alias cdot="cd ~/code/archsetup/dotfiles" alias crm="tickrs" alias handbrake="ghb" +alias linkdel="find . -type l ! -exec test -d {} \; -delete" +alias linkfind="find . -type l ! -exec test -d {} \; -print" alias smerge="/usr/bin/smerge" alias steam="flatpak run com.valvesoftware.Steam" -alias stow="stow --target=/home/cjennings" # required as dotfiles in non-standard location alias stext="/opt/sublime_text/sublime_text" +alias stow="stow --target=/home/cjennings" # required as dotfiles in non-standard location alias vim="nvim" alias weather="curl -s wttr.in" alias xterm="xterm -ti 340" -- cgit v1.2.3