From 1d793eb59b4795cc05e99c1ad3195153b9fe9cb6 Mon Sep 17 00:00:00 2001 From: DarkWiiPlayer Date: Mon, 6 Jan 2020 17:20:29 +0100 Subject: [PATCH] Remove non-portable bash aliases --- bashrc | 4 ---- 1 file changed, 4 deletions(-) diff --git a/bashrc b/bashrc index 14bfe46..bebfef5 100644 --- a/bashrc +++ b/bashrc @@ -1,17 +1,13 @@ # vim: set noexpandtab :miv # alias hello='echo "Hello :)"' -alias temp='watch -t -d -n 1 sensors -A coretemp-isa-0000' alias w='watch -t -d -n 1' -alias freq='watch -t -d -n 1 "cpufreq-info -c 0 -f; cpufreq-info -c 1 -f"' alias setclip='xclip -selection c' alias getclip='xclip -selection clipboard -o' -alias wgetclip='wget `xclip -selection clipboard -o`' alias r='ranger' alias rr='(ranger)' alias ro='(f=$(tempfile); $(which ranger) --choosefiles $f; rifle $(cat $f); rm $f)' export HISTIGNORE='ls:clear:history' # alias cmatrix='cmatrix -b -C `r.choose green red blue white yellow cyan magenta black`' -alias youtube-mp3='/home/darkwiiplayer/.local/bin/youtube-dl --extract-audio --audio-format mp3' alias oneko='oneko -speed 20 -fg "#2f2f2f" -cursor 2 -name neko' alias sakura='oneko -bg "#ffddee" -sakura -name sakura' alias tmux='tmux -2'