aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorneodarz <neodarz@neodarz/net>2018-08-05 18:11:05 +0200
committerneodarz <neodarz@neodarz/net>2018-08-05 18:11:05 +0200
commit97c8f6b061cc767068aeb9fb9f24dcef723cbe27 (patch)
tree8377928871ceaafd21fff133d657fb2eaf4f3257
parentfd4cc1836b8b0cffdd5bd9108fe79b708c28935c (diff)
downloaddotfiles_ascii-97c8f6b061cc767068aeb9fb9f24dcef723cbe27.tar.xz
dotfiles_ascii-97c8f6b061cc767068aeb9fb9f24dcef723cbe27.zip
Add the fuck
-rwxr-xr-xinstall.sh2
-rwxr-xr-xzsh/.zsh/aliases.zsh2
-rwxr-xr-xzsh/.zsh/environment.zsh1
3 files changed, 4 insertions, 1 deletions
diff --git a/install.sh b/install.sh
index c323ce4..f312e8f 100755
--- a/install.sh
+++ b/install.sh
@@ -135,3 +135,5 @@
#vdirsyncer sync
#tpac -S speedtest-cli
+
+#tpac -S thefuck
diff --git a/zsh/.zsh/aliases.zsh b/zsh/.zsh/aliases.zsh
index 2039fa3..f14a88f 100755
--- a/zsh/.zsh/aliases.zsh
+++ b/zsh/.zsh/aliases.zsh
@@ -39,7 +39,7 @@ alias cp="rsync -ahvz --progress"
alias cps="sudo rsync -ahvz --progress"
alias scp="scp -r"
alias xsel="xsel -b"
-alias fuck='sudo $(fc -ln -1)'
+#alias fuck='sudo $(fc -ln -1)'
alias v="nvim"
alias vi="nvim"
alias emacs="nvim"
diff --git a/zsh/.zsh/environment.zsh b/zsh/.zsh/environment.zsh
index 6cbca2b..64354b6 100755
--- a/zsh/.zsh/environment.zsh
+++ b/zsh/.zsh/environment.zsh
@@ -36,3 +36,4 @@ export LC_ALL=en_US.UTF-8
#export LANG=en_US.UTF-8
export LANGUAGE=en_US.UTF-8
export LESSCHARSET=utf-8
+eval $(thefuck --alias)