Skip to content

Instantly share code, notes, and snippets.

@gbirke
gbirke / .alias
Last active September 27, 2015 12:08
My default .alias file
# You can copy this file to your computer with the following command:
# wget https://gist.github.com/raw/1267907/.alias
# include in your .bash_profile with "source .alias" or do the following:
# ln -s .alias .bash_aliases
alias ll="ls -al"
alias ..="cd .."
alias ...="cd ../.."
alias pu=pushd
@gbirke
gbirke / .gitconfig
Last active September 26, 2015 10:27
My default .gitconfig
# You can copy this file to your computer with the following command:
# wget https://gist.github.com/raw/1082842/.gitconfig
[user]
name = Gabriel Birke
email = gb@birke-software.de
[core]
quotepath = false
[color]
ui = auto
[color "branch"]
@gbirke
gbirke / ael.xml
Created August 18, 2010 11:43
jEdit edit mode for Asterisk AEL files
<?xml version="1.0"?>
<!DOCTYPE MODE SYSTEM "xmode.dtd">
<MODE>
<PROPS>
<PROPERTY NAME="lineComment" VALUE="//" />
</PROPS>
<RULES>