Update mpd.sh

This commit is contained in:
Logan Saunders 2015-04-17 16:21:44 -07:00 committed by Logan
parent bce7c21293
commit a83dca8f3b
2 changed files with 6 additions and 6 deletions

View File

@ -1,4 +1,4 @@
#!/bin/sh
#Inspired by tungd on GitHub
MPD_TRACK=$(mpc -f "%title%" current)
#MPD_ARTIST=$(mpc -f "%artist%" current)
echo '#[bg=colour237,fg=colour249,bold] ♫' $MPD_TRACK

10
vimrc
View File

@ -7,7 +7,7 @@ set nu
set laststatus=2
"Auto indent
filetype indent on
set autoindent
set autoindent
"Tab
set tabstop=2 shiftwidth=0 expandtab
set pastetoggle=<F2>
@ -47,7 +47,7 @@ Bundle 'ervandew/supertab'
call vundle#end() " required
filetype plugin indent on " required
set runtimepath^=~/.vim/ctrlp
set runtimepath^=~/.vim/ctrlp
""""""""Setup Airline""""""""
let g:airline_theme= 'bubblegum'
@ -62,11 +62,11 @@ let g:AutoClosePairs = "() {} \" ` ' []"
""""""""Leader Commands""""""""
nnoremap <leader>n :NERDTreeToggle <CR>
nnoremap <leader>w :w <CR>
nnoremap <leader>w :w <CR>
nnoremap <leader>i :PluginInstall<CR>
nnoremap <leader>g :Gist<CR>
nnoremap <leader>q :q<CR>
nnoremap <leader>x :x<CR>
nnoremap <leader>q :q<CR>
nnoremap <leader>x :x<CR>
nnoremap <leader>r :%s/
let g:ctrlp_map = '<leader>p'
let g:ctrlp_cmd = 'CtrlP'