diff options
author | neodarz <neodarz@neodarz/net> | 2018-08-05 18:11:05 +0200 |
---|---|---|
committer | neodarz <neodarz@neodarz/net> | 2018-08-05 18:11:05 +0200 |
commit | 97c8f6b061cc767068aeb9fb9f24dcef723cbe27 (patch) | |
tree | 8377928871ceaafd21fff133d657fb2eaf4f3257 /zsh | |
parent | fd4cc1836b8b0cffdd5bd9108fe79b708c28935c (diff) | |
download | dotfiles_ascii-97c8f6b061cc767068aeb9fb9f24dcef723cbe27.tar.xz dotfiles_ascii-97c8f6b061cc767068aeb9fb9f24dcef723cbe27.zip |
Add the fuck
Diffstat (limited to 'zsh')
-rwxr-xr-x | zsh/.zsh/aliases.zsh | 2 | ||||
-rwxr-xr-x | zsh/.zsh/environment.zsh | 1 |
2 files changed, 2 insertions, 1 deletions
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) |