X-Git-Url: https://git.shemshak.org/~bandali/configs/blobdiff_plain/760875d065a8409ef4ae30e1a68b57321bc1c764..1f5c92ffb2a1c3cb52b01195e664876be7b69047:/.bashrc diff --git a/.bashrc b/.bashrc index a48c605..222a939 100644 --- a/.bashrc +++ b/.bashrc @@ -80,6 +80,7 @@ alias m="mbsync csclub; mbsync uwaterloo; mbsync shemshak; mbsync gnub" alias best="youtube-dl -f best" alias e="$EDITOR" alias se="SUDO_EDITOR=\"emacsclient\" sudo -e" +alias s="startx" aur() { cd ~/usr/builds @@ -108,8 +109,7 @@ if ! shopt -oq posix; then fi # source Guix shell config dirs, for vte.sh and bash completions -GUIX_PROFILES=("${HOME}/.desktop-profile" - "${HOME}/.guix-profile" +GUIX_PROFILES=("${HOME}/.guix-profile" "${HOME}/.config/guix/current") for profile in "${GUIX_PROFILES[@]}"; do for dir in "${profile}/etc/bash_completion.d" "${profile}/etc/profile.d"; do