Merge branch 'master' of https://git.frogeye.fr/geoffrey/dotfiles
This commit is contained in:
commit
95466665f0
6 changed files with 37 additions and 17 deletions
4
bashrc
4
bashrc
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue