aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMasfehico <clyhtsuriva@gmail.com>2020-05-22 02:08:08 +0200
committerMasfehico <clyhtsuriva@gmail.com>2020-05-22 02:08:08 +0200
commit4717893b7090fe1637918974637f977727532bed (patch)
treed26c3c6bcf77037482bb260814b45120b90dc9df
parent1794fae5913f5dbcc3b5ddc5783ab06bd537c059 (diff)
downloaddotfiles-4717893b7090fe1637918974637f977727532bed.tar.gz
dotfiles-4717893b7090fe1637918974637f977727532bed.tar.bz2
dotfiles-4717893b7090fe1637918974637f977727532bed.zip
Update .bashrc
-rw-r--r--TMV/.bashrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/TMV/.bashrc b/TMV/.bashrc
index 1dad37a..82e37a6 100644
--- a/TMV/.bashrc
+++ b/TMV/.bashrc
@@ -8,7 +8,7 @@ export PS1="\[$(tput bold)\]\[$(tput setaf 1)\][\[$(tput setaf 0)\]\t \[$(tput s
[ -f "$HOME/.config/aliasrc" ] && source "$HOME/.config/aliasrc"
#PERSONAL EDITS
-alias cat='lolcat'
+alias cat='bat'
alias bat_pow='sudo upower -i /org/freedesktop/UPower/devices/battery_BAT0'
alias la='ls -A'
alias l='ls'
2021-06-28Change out to err for the path verification error message.Clyhtsuriva1-1/+2 2021-06-28Added a break at the end of the r command.Clyhtsuriva1-0/+1 2021-06-27Add new feature - display playlistmanthole5-0/+46 2021-06-27mvn packageClyhtsuriva11-6/+142 2021-06-27mvn packageClyhtsuriva26-301/+313 2021-06-27Fixing lower case issue following acceptance testClyhtsuriva1-9/+3 2021-06-27Fixing conflictsmanthole2-0/+139 2021-06-27Latest maven, jacoco and javadoc filesClyhtsuriva47-313/+822 2021-06-27Catch exception related to search functionalitysaid belhadj4-3/+11 2021-06-27Delete TEST-musichub.business.CategoryTest.xmlSaid Belhadj1-58/+0 2021-06-27Add unit test for Category and Languagesaid belhadj4-0/+164 2021-06-27Update search functionalitysaid belhadj2-0/+8 2021-06-27Added an extension check for songs and covered it with a test.Clyhtsuriva65-77/+92 2021-06-27Fix : Javadoc missingClyhtsuriva80-0/+8465 2021-06-27PlayList class covered at 84%.Clyhtsuriva14-78/+117 2021-06-27Song class fully covered.Clyhtsuriva13-49/+96 2021-06-27Starting Song testsClyhtsuriva17-59/+119 2021-06-27Changed the log type for the JUnit test of LogHandlerClyhtsuriva5-26/+4 2021-06-27XMLHandler tests covered at 91%Clyhtsuriva93-7962/+82