Added a few git commands and changed some Terminator keybindings.
This commit is contained in:
@@ -31,9 +31,8 @@ else
|
|||||||
alias rcg="cd ~/Documents/coding/random-color-generator"
|
alias rcg="cd ~/Documents/coding/random-color-generator"
|
||||||
|
|
||||||
# 207
|
# 207
|
||||||
alias 207r="cd ~/Documents/School/207/mokkar/"
|
alias 7r="cd ~/Documents/School/207/group_0485"
|
||||||
alias a2="cd ~/Documents/School/207/mokkar/a2/src/farmyard"
|
alias ph1="cd ~/Documents/School/207/group_0485/phase1"
|
||||||
alias a2n="vi ~/Documents/School/207/mokkar/a2/notes.txt"
|
|
||||||
|
|
||||||
# 221
|
# 221
|
||||||
alias 221="cd ~/Documents/School/221"
|
alias 221="cd ~/Documents/School/221"
|
||||||
@@ -59,6 +58,9 @@ alias gstore="git config credential.helper store"
|
|||||||
gc(){
|
gc(){
|
||||||
git commit -m "$1"
|
git commit -m "$1"
|
||||||
}
|
}
|
||||||
|
alias gcm="git commit"
|
||||||
|
alias gl="git log"
|
||||||
|
alias gsl="git shortlog"
|
||||||
|
|
||||||
# idea
|
# idea
|
||||||
alias jh="echo $JAVA_HOME"
|
alias jh="echo $JAVA_HOME"
|
||||||
|
|||||||
@@ -1,8 +1,13 @@
|
|||||||
[global_config]
|
[global_config]
|
||||||
|
inactive_color_offset = 1.0
|
||||||
title_font = Noto Sans 10
|
title_font = Noto Sans 10
|
||||||
title_transmit_bg_color = "#3d3d3d"
|
title_transmit_bg_color = "#3d3d3d"
|
||||||
[keybindings]
|
[keybindings]
|
||||||
close_term = <Primary><Shift>w
|
close_term = <Primary>w
|
||||||
|
cycle_next = <Shift>Tab
|
||||||
|
new_tab = <Primary>t
|
||||||
|
split_horiz = <Primary><Shift>e
|
||||||
|
split_vert = <Primary><Shift>o
|
||||||
[layouts]
|
[layouts]
|
||||||
[[default]]
|
[[default]]
|
||||||
[[[child1]]]
|
[[[child1]]]
|
||||||
|
|||||||
Reference in New Issue
Block a user