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"
|
||||
|
||||
# 207
|
||||
alias 207r="cd ~/Documents/School/207/mokkar/"
|
||||
alias a2="cd ~/Documents/School/207/mokkar/a2/src/farmyard"
|
||||
alias a2n="vi ~/Documents/School/207/mokkar/a2/notes.txt"
|
||||
alias 7r="cd ~/Documents/School/207/group_0485"
|
||||
alias ph1="cd ~/Documents/School/207/group_0485/phase1"
|
||||
|
||||
# 221
|
||||
alias 221="cd ~/Documents/School/221"
|
||||
@@ -59,6 +58,9 @@ alias gstore="git config credential.helper store"
|
||||
gc(){
|
||||
git commit -m "$1"
|
||||
}
|
||||
alias gcm="git commit"
|
||||
alias gl="git log"
|
||||
alias gsl="git shortlog"
|
||||
|
||||
# idea
|
||||
alias jh="echo $JAVA_HOME"
|
||||
|
||||
@@ -1,8 +1,13 @@
|
||||
[global_config]
|
||||
inactive_color_offset = 1.0
|
||||
title_font = Noto Sans 10
|
||||
title_transmit_bg_color = "#3d3d3d"
|
||||
[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]
|
||||
[[default]]
|
||||
[[[child1]]]
|
||||
|
||||
Reference in New Issue
Block a user