From b357b991f779de8f8eb4d0d27e5769abdb5d60e6 Mon Sep 17 00:00:00 2001 From: Nikolas Weger Date: Fri, 14 Aug 2015 15:27:32 +0200 Subject: [PATCH 1/5] removed shml --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitmodules b/.gitmodules index 3b9db5a..4dc25d1 100644 --- a/.gitmodules +++ b/.gitmodules @@ -22,3 +22,6 @@ [submodule "lib/fzf"] path = lib/fzf url = https://github.com/junegunn/fzf.git +[submodule "lib/shml"] + path = lib/shml + url = https://github.com/MaxCDN/shml From c0f1c12f5eba93aa9f69887e9746ee78409df673 Mon Sep 17 00:00:00 2001 From: Nikolas Weger Date: Fri, 14 Aug 2015 15:28:33 +0200 Subject: [PATCH 2/5] removed shml --- .gitmodules | 3 --- 1 file changed, 3 deletions(-) diff --git a/.gitmodules b/.gitmodules index 4dc25d1..3b9db5a 100644 --- a/.gitmodules +++ b/.gitmodules @@ -22,6 +22,3 @@ [submodule "lib/fzf"] path = lib/fzf url = https://github.com/junegunn/fzf.git -[submodule "lib/shml"] - path = lib/shml - url = https://github.com/MaxCDN/shml From c8db8df2b02d5bc1bdae6150faa14848133e12bf Mon Sep 17 00:00:00 2001 From: Nikolas Weger Date: Fri, 14 Aug 2015 23:25:15 +0200 Subject: [PATCH 3/5] updated own aliases --- zsh/aliases.d/own.zsh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/zsh/aliases.d/own.zsh b/zsh/aliases.d/own.zsh index 6cf31d4..88e3296 100644 --- a/zsh/aliases.d/own.zsh +++ b/zsh/aliases.d/own.zsh @@ -1,9 +1,8 @@ -# Own Aliases -alias fuck='eval $(thefuck $(fc -ln -1 | tail -n 1)); fc -R' +# Command Line Foo alias clf='clf --color' # The Fuck -alias fuck='eval $(thefuck $(fc -ln -1))' +TF_ALIAS=fuck alias fuck='eval $(thefuck $(fc -ln -1 | tail -n 1)); fc -R' # PClear pclear () { From 44e2f1c159ea6d9554a380641db35c320bd68eb7 Mon Sep 17 00:00:00 2001 From: Nikolas Weger Date: Thu, 20 Aug 2015 15:15:09 +0200 Subject: [PATCH 4/5] updated submodules --- install.conf.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/install.conf.yaml b/install.conf.yaml index 79989e8..62f84e0 100644 --- a/install.conf.yaml +++ b/install.conf.yaml @@ -2,15 +2,15 @@ - link: ~/.dotfiles: '' - ~/bin: bin/ - ~/utils: sysadmin-util/ + ~/bin: bin + ~/utils: sysadmin-util ~/.fzf: lib/fzf ~/.nano: lib/nano/syntax ~/.nanorc: files/nanorc ~/.dircolors: files/dircolors ~/.gitconfig: files/gitconfig ~/.gitignore_global: files/gitignore_global - ~/.zsh: zsh/ + ~/.zsh: zsh ~/.zshrc: files/zshrc - shell: From 449602447e399178ab7d4c2755d055aed4bd1de4 Mon Sep 17 00:00:00 2001 From: Nikolas Weger Date: Thu, 27 Aug 2015 16:38:53 +0200 Subject: [PATCH 5/5] added termbin --- zsh/aliases.d/own.zsh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/zsh/aliases.d/own.zsh b/zsh/aliases.d/own.zsh index 88e3296..82de0a4 100644 --- a/zsh/aliases.d/own.zsh +++ b/zsh/aliases.d/own.zsh @@ -10,6 +10,9 @@ pclear () { printf '\033[3J' } +# Termbin +alias tb='nc termbin.com 9999' + # Create SSL One Line sslcreate() { if [[ "$1" = "create" ]]; then