Skip to content

Instantly share code, notes, and snippets.

View NewbiZ's full-sized avatar
😎

Aurélien Vallée NewbiZ

😎
View GitHub Profile
[alias]
ci = commit
co = checkout
st = status
br = branch
ls = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit
[branch]
autosetuprebase = always
[push]
default = matching
#!/bin/bash
tmux new-session -d -s work
# First window: vim
tmux new-window -t 1 -k -n vim
tmux send-keys -t 1 'cd /home/avallee/workspace/pdk-software-master/ticker-plant' Enter
tmux send-keys -t 1 'clear' Enter
# Second window: make