diff options
author | 2021-03-13 23:44:05 -0500 | |
---|---|---|
committer | 2021-03-13 23:44:05 -0500 | |
commit | 9867e4bbee2bcfe7050b0c9d98cbf72653f658ac (patch) | |
tree | ff156bf6c2db972b6e4ac131563e4ba0aee815bd /.bashrc | |
parent | be78d2d531eb16d8c72499cb7396354c9d2b16b4 (diff) | |
download | configs-9867e4bbee2bcfe7050b0c9d98cbf72653f658ac.tar.gz configs-9867e4bbee2bcfe7050b0c9d98cbf72653f658ac.tar.xz configs-9867e4bbee2bcfe7050b0c9d98cbf72653f658ac.zip |
Many uncommitted changes
Diffstat (limited to '.bashrc')
-rw-r--r-- | .bashrc | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -39,7 +39,7 @@ PROMPT_COMMAND='echo -ne "\033]0;${USER}@${HOSTNAME}: $(b_prompt)\007"' # i-beam cursor # echo -e "\033[5 q" # blinking -echo -e "\033[6 q" # non-blinking +# echo -e "\033[6 q" # non-blinking # various bash tweaks # disallow overwriting existing file using redirection @@ -84,6 +84,9 @@ alias e="$EDITOR" alias se="SUDO_EDITOR=\"emacsclient\" sudo -e" alias s="startx" +alias dquilt="quilt --quiltrc=${HOME}/.quiltrc-dpkg" +complete -F _quilt_completion -o filenames dquilt + aur() { cd ~/s [ -d ${1} ] || git clone https://aur.archlinux.org/${1}.git |