mirror of
https://github.com/arnaucube/configs.git
synced 2026-02-10 04:26:41 +01:00
.Xmodmap and gitg alias
This commit is contained in:
9
.Xmodmap
Normal file
9
.Xmodmap
Normal file
@@ -0,0 +1,9 @@
|
||||
!
|
||||
! Swap Caps_Lock and Control_L
|
||||
!
|
||||
remove Lock = Caps_Lock
|
||||
remove Control = Control_L
|
||||
keysym Control_L = Caps_Lock
|
||||
keysym Caps_Lock = Control_L
|
||||
add Lock = Caps_Lock
|
||||
add Control = Control_L
|
||||
4
.bashrc
4
.bashrc
@@ -16,8 +16,12 @@ else
|
||||
fi
|
||||
unset color_prompt force_color_prompt
|
||||
|
||||
# gitg branch views, line from https://gitlab.com/dhole/dot_files/blob/master/.bash_aliases#L39
|
||||
alias gitg="git log --color --graph --abbrev-commit --pretty=format:'%Cred%h%Creset%C(yellow)%d%Creset %s %Cgreen(%ar)%C(cyan) %an<%ae>%Creset'"
|
||||
|
||||
# nvim alias
|
||||
alias n='nvim'
|
||||
alias t='tmux'
|
||||
|
||||
# go
|
||||
export PATH=$PATH:/usr/local/go/bin
|
||||
|
||||
Reference in New Issue
Block a user