From 5c8e002b4ca8bc06a02c6278276eb57fc0bad08a Mon Sep 17 00:00:00 2001 From: tdro Date: Wed, 5 Aug 2020 17:46:41 -0400 Subject: .bashrc: Add dict alias Sort general aliases --- .bashrc | 29 +++++++++++++++-------------- 1 file changed, 15 insertions(+), 14 deletions(-) (limited to '.bashrc') diff --git a/.bashrc b/.bashrc index e6110db..4e10fed 100644 --- a/.bashrc +++ b/.bashrc @@ -76,27 +76,28 @@ alias chmod='chmod --preserve-root' alias chgrp='chgrp --preserve-root' # general aliases -alias locate='locate -ie' -alias wavemon='sudo wavemon' -alias pacman='sudo pacman' -alias grep='grep --color=tty -d skip' alias alsamixer='alsamixer -V all' -alias dmesg='dmesg -e' -alias diceware='diceware -d " "' -alias colortest='msgcat --color=test' -alias rangerinf='while true; do ranger; done' alias archey3="archey3 --config=~/.config/archey3.cfg" -alias wget='wget --hsts-file $HOME/.cache/wget.history' +alias audacity='PULSE_LATENCY_MSEC=30 audacity' +alias colortest='msgcat --color=test' +alias diceware='diceware -d " "' +alias dict='dict -h localhost' +alias dmesg='dmesg -e' +alias emacs='TERM=xterm-256color emacs -nw --load ~/.config/emacs/emacs.el' +alias go='GOPATH=$(pwd)/go go' +alias grep='grep --color=tty -d skip' +alias locate='locate -ie' alias ls='ls -hN --color=always --group-directories-first' alias lsblk='lsblk -o NAME,MAJ:MIN,RM,SIZE,FSTYPE,RO,TYPE,MOUNTPOINT,MODEL' -alias emacs='TERM=xterm-256color emacs -nw --load ~/.config/emacs/emacs.el' -alias mocp='mocp -M $XDG_CONFIG_HOME/moc' -alias rofi='rofi -cache-dir $XDG_DATA_HOME' alias lxc-attach='lxc-attach --clear-env -n' alias lxc-ls='lxc-ls -f' -alias audacity='PULSE_LATENCY_MSEC=30 audacity' -alias go='GOPATH=$(pwd)/go go' +alias mocp='mocp -M $XDG_CONFIG_HOME/moc' +alias pacman='sudo pacman' +alias rangerinf='while true; do ranger; done' +alias rofi='rofi -cache-dir $XDG_DATA_HOME' alias tidy='tidy -config $HOME/.config/tidy.conf' +alias wavemon='sudo wavemon' +alias wget='wget --hsts-file $HOME/.cache/wget.history' # nix helpers nix-which() { readlink "$(type -P "$1")"; } -- cgit v1.2.3