This text aligned to the left
This text aligned to the center
This text aligned to the right
for k in `git branch | sed s/^..//`; do echo -e `git log -1 --pretty=format:"%Cgreen%ci %Cblue%cr%Creset" $k --`\\t"$k";done | sort |
# Ignore all | |
* | |
# Unignore all with extensions | |
!*.* | |
# Unignore all dirs | |
!*/ |
set tabstop=4 shiftwidth=4 expandtab smarttab | |
set smartindent "autoindent | |
set number | |
set cursorline | |
"highlight cursorline cterm=none ctermbg=darkgray | |
"highlight cursorlinenr cterm=none | |
colorscheme habamax | |
syntax on |
TZ=UTC git --no-pager show --quiet --abbrev=12 --date='format-local:%Y%m%d%H%M%S' --format="%cd-%h" |
git checkout -B master origin/master |
This text aligned to the left
#!/bin/bash | |
git ls-files | xargs wc -l |
#!/bin/bash | |
gsettings set org.gnome.desktop.wm.keybindings switch-to-workspace-left "[]" | |
gsettings set org.gnome.desktop.wm.keybindings switch-to-workspace-right "[]" |
#Put this file to the /etc/profile.d folder | |
PATH=/path/to/qmake/:$PATH | |
export PATH |