]> arthur.barton.de Git - OhMyZshExtensions.git/commitdiff
Remove timestamps from files, we are using Git
authorAlexander Barton <alex@barton.de>
Mon, 8 Jun 2015 12:55:14 +0000 (14:55 +0200)
committerAlexander Barton <alex@barton.de>
Mon, 8 Jun 2015 12:55:14 +0000 (14:55 +0200)
Use "git log" to see all the glory! ;-)

13 files changed:
alex.zsh-theme
plugins/0_console/0_console.plugin.zsh
plugins/1_local/1_local.plugin.zsh
plugins/5_dev_env/5_dev_env.plugin.zsh
plugins/accounting/accounting.plugin.zsh
plugins/boot2docker/boot2docker.plugin.zsh
plugins/ccache/ccache.plugin.zsh
plugins/editor_select/editor_select.plugin.zsh
plugins/keychain/keychain.plugin.zsh
plugins/reminders/reminders.plugin.zsh
plugins/ssh/ssh.plugin.zsh
plugins/thefuck/thefuck.plugin.zsh
plugins/z9_local_conf/z9_local_conf.plugin.zsh

index 7b88935c47337a41f9d37589f0d6971d642a2683..c01b616fa8157efac65b0331e65ebd343a680c7f 100644 (file)
@@ -1,6 +1,5 @@
 # Alex "oh my ZSH" theme
 # Based on the "Sunrise" theme, thanks!
 # Alex "oh my ZSH" theme
 # Based on the "Sunrise" theme, thanks!
-# 2015-05-05, alex@barton.de
 
 # Color shortcuts; %B sets bold text
 B=$fg_no_bold[blue]
 
 # Color shortcuts; %B sets bold text
 B=$fg_no_bold[blue]
index 0cc375ba5a8e4c65f2f24a12055891f97bad1058..c0ff24193052238577584d922e086549413f7535 100644 (file)
@@ -1,5 +1,4 @@
 # 0_console.plugin.zsh
 # 0_console.plugin.zsh
-# 2015-03-23, alex@barton.de
 
 eval `tset -Qs`
 export TERM
 
 eval `tset -Qs`
 export TERM
index d64845d1c31679d7d23187e1361bb2055752e9e5..d7303d1361aa8965cbefdc93022a4d20539c37c2 100644 (file)
@@ -1,5 +1,4 @@
 # 1_local.plugin.zsh
 # 1_local.plugin.zsh
-# 2015-03-27, alex@barton.de
 
 [ -d "/usr/local/home" -a ! -d "/usr/local/home/$LOGNAME" ] \
        && mkdir "/usr/local/home/$LOGNAME" >/dev/null 2>&1
 
 [ -d "/usr/local/home" -a ! -d "/usr/local/home/$LOGNAME" ] \
        && mkdir "/usr/local/home/$LOGNAME" >/dev/null 2>&1
index a52aed1381e9bdd9d4fa798a2b718be6cdbb10a0..2977ff87e2ead1d09d2e7e48382ceb86a19f963a 100644 (file)
@@ -1,5 +1,4 @@
 # 5_dev_env.plugin.zsh
 # 5_dev_env.plugin.zsh
-# 2015-05-05, alex@barton.de
 
 # SSH wrapper
 for ssh_wrapper in \
 
 # SSH wrapper
 for ssh_wrapper in \
index f86a1ddce0aba6a62d21d1a4e6282c17058d4bdc..837f643356d042d16dc31d93f72602c9b9d4371d 100644 (file)
@@ -1,5 +1,4 @@
 # accounting.plugin.zsh
 # accounting.plugin.zsh
-# 2015-05-09, alex@barton.de
 
 alias lasth='last | head -n $((LINES-1))'
 alias lastf='last | grep -v "^$LOGNAME"'
 
 alias lasth='last | head -n $((LINES-1))'
 alias lastf='last | grep -v "^$LOGNAME"'
index 9588ff2a4d70c80f18a1b6b6956d99f862c22f32..9813acdb487943a97b10475169cf3d531f3fb281 100644 (file)
@@ -1,5 +1,4 @@
 # boot2docker.plugin.zsh
 # boot2docker.plugin.zsh
-# 2015-04-18, alex@barton.de
 
 boot2docker status | fgrep "running" >/dev/null
 if [ $? -eq 0 ]; then
 
 boot2docker status | fgrep "running" >/dev/null
 if [ $? -eq 0 ]; then
index a3e23fc627f9bf1a2900382be6b51a52ef9cf10f..b34a9623c2810dd8501e72a5a0d54f3658497637 100644 (file)
@@ -1,5 +1,4 @@
 # ccache.plugin.zsh
 # ccache.plugin.zsh
-# 2015-03-27, alex@barton.de
 
 # Setup environment for ccache, if installed
 export CCACHE_DIR="$XDG_CACHE_HOME/ccache"
 
 # Setup environment for ccache, if installed
 export CCACHE_DIR="$XDG_CACHE_HOME/ccache"
index f592886ce669a865b78e0b0d8c7731fff144018e..cd75883e0ec0b87cf0b1fa74e0718ce4f9eed726 100644 (file)
@@ -1,5 +1,4 @@
 # editor-select.plugin.zsh
 # editor-select.plugin.zsh
-# 2015-04-02, alex@barton.de
 
 if [ -z "$EDITOR" ]; then
        # Check "atom"
 
 if [ -z "$EDITOR" ]; then
        # Check "atom"
index e60c094b70f07b75ea81ff82dc0b729313f6de81..c1c6fbbc20a104e080340ce03e46eaaa53a2e9c5 100644 (file)
@@ -1,4 +1,3 @@
 # keychain.plugin.zsh
 # keychain.plugin.zsh
-# 2015-03-27, alex@barton.de
 
 eval $(keychain --agents ssh --eval --quick --quiet)
 
 eval $(keychain --agents ssh --eval --quick --quiet)
index 26bf9631a4e339a08b8e4d53ac94819910ffc20d..cfd7a15f1ea938cf824e2668a66389ce01be1ae7 100644 (file)
@@ -1,5 +1,4 @@
 # reminders.plugin.zsh
 # reminders.plugin.zsh
-# 2015-05-26, alex@barton.de
 
 # Show reminders (once every 60 minutes)
 if [ -z `find ~/.last_reminder -mmin -60 2>/dev/null` ]; then
 
 # Show reminders (once every 60 minutes)
 if [ -z `find ~/.last_reminder -mmin -60 2>/dev/null` ]; then
index 3312362c1fb379a4691e8bd5307f7bf71777ed63..ccb3b5c458fb74ac949a1e35227a2e29799a531b 100644 (file)
@@ -1,5 +1,4 @@
 # ssh.plugin.zsh
 # ssh.plugin.zsh
-# 2015-03-17, alex@barton.de
 
 alias ssh="\ssh -o 'StrictHostKeyChecking yes'"
 alias sshnew="\ssh -o 'StrictHostKeyChecking no'"
 
 alias ssh="\ssh -o 'StrictHostKeyChecking yes'"
 alias sshnew="\ssh -o 'StrictHostKeyChecking no'"
index f2cc798948d2ee8860a441672978ed7aa4e64ad1..4042544c7173256d1ec4c3e02f84621d6aa6812a 100644 (file)
@@ -1,4 +1,3 @@
 # thefuck.plugin.zsh
 # thefuck.plugin.zsh
-# 2015-05-26, alex@barton.de
 
 alias fuck='eval $(thefuck $(fc -ln -1 | tail -n 1)); fc -R'
 
 alias fuck='eval $(thefuck $(fc -ln -1 | tail -n 1)); fc -R'
index be365dd58f6326b3093d1109d066bc3db54bbe2e..63eeff613a1e290da2c7356d9235ac9a7cf3cd6d 100644 (file)
@@ -1,5 +1,4 @@
 # z9_local_conf.plugin.zsh
 # z9_local_conf.plugin.zsh
-# 2015-05-24, alex@barton.de
 
 [ -n "$HOSTNAME" ] || HOSTNAME=$( hostname )
 export HOSTNAME
 
 [ -n "$HOSTNAME" ] || HOSTNAME=$( hostname )
 export HOSTNAME