summaryrefslogtreecommitdiff
path: root/dotfiles/system/.profile
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2025-05-21 22:05:53 -0500
committerCraig Jennings <c@cjennings.net>2025-05-21 22:05:53 -0500
commit49b8ddb8b13751fb931e7f5a88a227f24f29ff8f (patch)
tree3b85efd0bfed4d507be859db444bbc29c705af08 /dotfiles/system/.profile
parent1493de669e97524d1f3de48c1b8e91483ce9aa43 (diff)
cosmetic reordering of profile
Diffstat (limited to 'dotfiles/system/.profile')
-rw-r--r--dotfiles/system/.profile6
1 files changed, 3 insertions, 3 deletions
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"