Thank you everybody, Your comments makes it better
sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"| #### | |
| # ZSH function to auto-switch to correct Node version | |
| # https://gist.github.com/callumlocke/30990e247e52ab6ac1aa98e5f0e5bbf5 | |
| # | |
| # - Searches up your directory tree for the closest .nvmrc, just like `nvm use` does. | |
| # | |
| # - If you are already on the right Node version, IT DOES NOTHING, AND PRINTS NOTHING. | |
| # | |
| # - Works correctly if your .nvmrc file contains something relaxed/generic, | |
| # like "4" or "v12.0" or "stable". |
| alias nw="npm run watch" | |
| alias gitpersonal="git config --global user.name 'My Name' && git config --global user.email someone@email.xyz" | |
| PATH_TO_REPOS=/Users/me/somerepos | |
| alias zz="cd $HOME" | |
| alias zdev="cd $HOME/devnotes" | |
| alias cz="cd ../" | |
| alias goup="cd ../" | |
| alias goback="cd -" | |
| alias zdev="cd ~/devnotes" | |
| alias lll="ls -lhatr" |
Thank you everybody, Your comments makes it better
sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"In your command-line run the following commands:
brew doctorbrew update| const getDB = require('../../bbdd/db'); | |
| const { formatDate, validate } = require('../../helpers'); | |
| const { | |
| newSchemaEditExperience, | |
| } = require('../../validations/newSchemaEditExperience'); | |
| const editExperience = async (req, res, next) => { | |
| let connection; | |
| let sqlExperience = 'SELECT * FROM experiences'; | |
| try { |
After you've installed nvim do an alias so nvim is called automatically:
alias vim=nvimApparently the folder ~/.vim needs to be mapped to ~/.config/nvim since that's where nvim lives,
then also the .vimrc to the init.vim (recommend: back it up first just in case)
Float bug safari demo:
https://codepen.io/smohadjer/pen/RLBKGb
Additional notes
According to w3schools positioned element parent and a child with absolute will position relative to the positioned element parent