This commit is contained in:
Geoffrey Frogeye 2017-06-27 09:21:33 +02:00
commit 95466665f0
6 changed files with 37 additions and 17 deletions

4
bashrc
View file

@ -113,7 +113,7 @@ export PATH="$HOME/.scripts/:$PATH"
[ -f /etc/bash_completion ] && . /etc/bash_completion
# Bad day mood-saver
fuck() {
function fuck {
if which thefuck &> /dev/null
then
eval $(thefuck --alias)
@ -125,7 +125,7 @@ fuck() {
alias FUCK='fuck'
# Node Version Manager
nvm() {
function nvm {
export NVM_DIR="$HOME/.nvm"
if [ -s "$NVM_DIR/nvm.sh" ]
then