diff --git a/etc/shell/bash/bashrc_linux b/etc/shell/bash/bashrc_linux index dc90153..ece1f81 100644 --- a/etc/shell/bash/bashrc_linux +++ b/etc/shell/bash/bashrc_linux @@ -4,6 +4,7 @@ path++ $SHELLRC/etc/shell/cw/def PATH path++ $SHELLRC/bin/app:$SHELLRC/bin/dmenu:$SHELLRC/bin/musca:$SHELLRC/bin/exec PATH path++ $SHELLRC/bin:$SHELLRC/bin/scripts PATH +path++ $HOME/.local/bin PATH path++ /bin:/usr/bin:/usr/local/bin PATH # Настройки оболочки diff --git a/etc/soft/git/gitconfig b/etc/soft/git/gitconfig index 30c37b2..708e004 100644 --- a/etc/soft/git/gitconfig +++ b/etc/soft/git/gitconfig @@ -43,7 +43,7 @@ co = checkout lf = log --source --graph --stat --date=iso --pretty=medium --decorate=full - ls = log --graph --pretty=format:'%Cred%h%Creset - %Cgreen[%cd]%Creset ::%C(yellow)%d%Creset %s %C(bold blue)<%an>%Creset' --abbrev-commit --date=short + ls = log --graph --pretty=format:'%Cred%h%Creset - %Cgreen[%cd]%Creset ::%C(yellow)%d%Creset %s %C(bold blue)<%ae>%Creset' --abbrev-commit --date=short ll = !git --no-pager log -1 HEAD && echo lu = !git --no-pager log --left-right --pretty=format:'%C(yellow)%h%Creset - %Cgreen[%cd]%Creset :: %s %C(bold blue)%Creset' --abbrev-commit --graph --color --date=short origin/master...HEAD | nl diff --git a/etc/soft/vifm/filetypes b/etc/soft/vifm/filetypes index 3fc9675..3e72cc9 100644 --- a/etc/soft/vifm/filetypes +++ b/etc/soft/vifm/filetypes @@ -24,7 +24,8 @@ filetype *.txt nvim %f " img filextype *.bmp,*.jpg,*.jpeg,*.png,*.gif sxiv %c %d/ filextype *.svg sensible-browser %f & -fileviewer *.jpg,*.png lsimg %d/%f %q %pc +" fileviewer *.jpg,*.png lsimg %d/%f %q %pc +fileviewer *.jpg,*.png exiv2 %f " audio filextype *.mp3,*.wav,*.flac,*.ogg,*.m4a vlc %f &