From 9f546de3cc5436872678b654107efdd2e4679eef Mon Sep 17 00:00:00 2001 From: Wiktor Zykubek Date: Sat, 16 May 2020 12:16:59 +0200 Subject: [PATCH] Cosmetic changes --- .config/mpd/mpd.conf | 2 +- .config/ncmpcpp/config | 2 +- .config/shellrc | 4 +++- .profile | 2 +- 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.config/mpd/mpd.conf b/.config/mpd/mpd.conf index 444cd5f..8d0b943 100644 --- a/.config/mpd/mpd.conf +++ b/.config/mpd/mpd.conf @@ -5,7 +5,7 @@ db_file "~/.config/mpd/database" log_file "~/.config/mpd/mpd.log" # The music directory is by default the XDG directory, uncomment to amend and choose a different directory -music_directory "/media/eHDD/Music" +music_directory "~/mus" # Uncomment to refresh the database whenever files in the music_directory are changed auto_update "yes" diff --git a/.config/ncmpcpp/config b/.config/ncmpcpp/config index 8b6a33d..aff53ef 100644 --- a/.config/ncmpcpp/config +++ b/.config/ncmpcpp/config @@ -7,7 +7,7 @@ #~~~~~~~~~ # GENERAL #~~~~~~~~~ -mpd_music_dir = "/media/eHDD/Music" +mpd_music_dir = "~/mus" lyrics_directory = "~/.config/ncmpcpp/lyrics" ncmpcpp_directory = "~/.config/ncmpcpp" diff --git a/.config/shellrc b/.config/shellrc index 96b39c7..d2dcc98 100644 --- a/.config/shellrc +++ b/.config/shellrc @@ -32,6 +32,7 @@ alias \ gs='git status' \ grm='git rm -f' \ gi='git init' \ + gd='git diff' \ btw='git --git-dir=$HOME/dev/botfiles/ --work-tree=$HOME' \ b='btw' \ ba='btw add' \ @@ -43,7 +44,8 @@ alias \ bpu='btw pull' \ bs='btw status' \ brm='btw rm -f' \ - bi='btw init' + bi='btw init' \ + bd='btw diff' alias \ s='sudo ' \ diff --git a/.profile b/.profile index 7c83fce..7c99855 100644 --- a/.profile +++ b/.profile @@ -37,7 +37,7 @@ export PATH="$PATH:$HOME/.local/bin/:$HOME/.local/bin/scripts/:$NPM_PACKAGES:$GO export LS_COLORS="no=00:fi=00:di=01;34:ln=01;36:pi=40;33:so=00;93:do=00;93:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=01;05;37;41:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=1;34:st=37;44:ex=01;32:*.tar=01;36:*.tgz=01;36:*.svgz=00;93:*.arj=01;36:*.taz=01;36:*.lzh=01;36:*.lzma=01;36:*.zip=01;36:*.z=01;36:*.Z=01;36:*.dz=01;36:*.gz=01;36:*.bz2=01;36:*.tbz2=01;36:*.bz=01;36:*.tz=01;36:*.deb=01;36:*.rpm=01;36:*.jar=01;36:*.rar=01;36:*.ace=01;36:*.zoo=01;36:*.cpio=01;36:*.7z=01;36:*.rz=01;36:*.jpg=00;93:*.jpeg=00;93:*.gif=00;93:*.bmp=00;93:*.pbm=00;93:*.pgm=00;93:*.ppm=00;93:*.tga=00;93:*.xbm=00;93:*.xpm=00;93:*.tif=00;93:*.tiff=00;93:*.png=00;93:*.mng=00;93:*.pcx=00;93:*.mov=00;93:*.mpg=00;93:*.mpeg=00;93:*.m2v=00;93:*.mkv=00;93:*.ogm=00;93:*.mp4=00;93:*.m4v=00;93:*.mp4v=00;93:*.vob=00;93:*.qt=00;93:*.nuv=00;93:*.wmv=00;93:*.asf=00;93:*.rm=00;93:*.rmvb=00;93:*.flc=00;93:*.avi=00;93:*.fli=00;93:*.gl=00;93:*.dl=00;93:*.xcf=00;93:*.xwd=00;93:*.yuv=00;93:*.svg=00;93:*.aac=00;36:*.au=00;36:*.flac=00;35:*.mid=00;35:*.midi=00;35:*.mka=00;35:*.mp3=00;35:*.mpc=00;35:*.ogg=00;35:*.ra=00;35:*.wav=00;35:*.opus=00;35:" export FZF_DEFAULT_OPTS=' ---color fg:242,bg:233,hl:65,fg+:15,bg+:234,hl+:108 +--color fg:242,hl:65,fg+:15,hl+:108 --color info:108,prompt:109,spinner:108,pointer:168,marker:168 '