Maxim Likhachev 6 years ago
parent
commit
fbd109a41d
  1. 1
      etc/shell/bash/bashrc_linux
  2. 2
      etc/soft/git/gitconfig
  3. 3
      etc/soft/vifm/filetypes

1
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/app:$SHELLRC/bin/dmenu:$SHELLRC/bin/musca:$SHELLRC/bin/exec PATH
path++ $SHELLRC/bin:$SHELLRC/bin/scripts PATH path++ $SHELLRC/bin:$SHELLRC/bin/scripts PATH
path++ $HOME/.local/bin PATH
path++ /bin:/usr/bin:/usr/local/bin PATH path++ /bin:/usr/bin:/usr/local/bin PATH
# Настройки оболочки # Настройки оболочки

2
etc/soft/git/gitconfig

@ -43,7 +43,7 @@
co = checkout co = checkout
lf = log --source --graph --stat --date=iso --pretty=medium --decorate=full 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 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 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

3
etc/soft/vifm/filetypes

@ -24,7 +24,8 @@ filetype *.txt nvim %f
" img " img
filextype *.bmp,*.jpg,*.jpeg,*.png,*.gif sxiv %c %d/ filextype *.bmp,*.jpg,*.jpeg,*.png,*.gif sxiv %c %d/
filextype *.svg sensible-browser %f & 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 " audio
filextype *.mp3,*.wav,*.flac,*.ogg,*.m4a vlc %f & filextype *.mp3,*.wav,*.flac,*.ogg,*.m4a vlc %f &

Loading…
Cancel
Save