diff options
Diffstat (limited to 'dotfiles')
| -rw-r--r-- | dotfiles/system/.profile | 6 |
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" |
