diff --git a/bash_logout b/bash_logout new file mode 100644 index 0000000..9bccd62 --- /dev/null +++ b/bash_logout @@ -0,0 +1,2 @@ +clear +reset diff --git a/bashrc b/bashrc index 7dd2126..2260303 100644 --- a/bashrc +++ b/bashrc @@ -97,6 +97,7 @@ fi alias fuck='eval $(thefuck $(fc -ln -1))' alias FUCK='fuck' +# Command not found [ -r /etc/profile.d/cnf.sh ] && . /etc/profile.d/cnf.sh # Functions