some fix
This commit is contained in:
parent
a8a3bd3239
commit
fd5372535b
@ -4,7 +4,7 @@ umask 0077
|
||||
export EDITOR="nvim"
|
||||
export VISUAL="nvim"
|
||||
export PAGER="less -R"
|
||||
export CDPATH=:..:~:~/code
|
||||
export CDPATH=:~:~/code
|
||||
|
||||
export HISTSIZE=10000
|
||||
export HISTFILESIZE=10000
|
||||
|
||||
@ -24,6 +24,7 @@
|
||||
[alias]
|
||||
a = "!git status --short | peco | awk '{print $2}' | xargs git add"
|
||||
d = "!git diff --color=always | less -R"
|
||||
ds = "!git diff --staged --color=always | less -R"
|
||||
co = checkout
|
||||
ci = commit
|
||||
ps = "!git push origin $(git rev-parse --abbrev-ref HEAD)"
|
||||
|
||||
@ -22,7 +22,6 @@ set $mod Mod4
|
||||
exec --no-startup-id xset s off
|
||||
exec --no-startup-id xset dpms 0 0 0
|
||||
exec --no-startup-id xset r rate 250 100
|
||||
exec setxkbmap -layout us -option caps:escape
|
||||
exec --no-startup-id setxkbmap -model pc105 -layout us,ru -option grp:win_space_toggle
|
||||
exec --no-startup-id xdg-mime default firefox.desktop x-scheme-handler/https x-scheme-handler/http
|
||||
|
||||
|
||||
@ -1,2 +1,3 @@
|
||||
localectl set-x11-keymap us
|
||||
setxkbmap -layout us -option caps:escape
|
||||
exec i3
|
||||
|
||||
@ -7,8 +7,8 @@ _nvim() {
|
||||
if [[ -z "$subcmds" ]]; then
|
||||
_files
|
||||
else
|
||||
_values -C 'modified files' $subcmds
|
||||
_files
|
||||
_values -C 'modified files' $subcmds
|
||||
fi
|
||||
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user