Register aliases of directories and custom module paths in Node nodejsnodemodulealiases UpdatedApr 11, 2024 JavaScript MichaelAquilina/zsh-you-should-use Star1.5k 📎 ZSH plugin that reminds you to use existing aliases for commands you just typed ...
echo '. ~/.shell/bootstrap.sh' >> ~/.bashrc echo '. ~/.shell/bootstrap.sh' >> ~/.zshrc Already done, just open a new terminal and testing the amazing stuff.CustomizeIf you want to override any of the default behaviors, just add the stuff in the custom/ directory....
Whenever you modify the.bash_profileor.bashrcit will not automatically be loaded into any shell that is already open, you either have to close the Terminal window and open a new one or write $ source ~/.bash_profile (or~/.bashrc) to load the new settings. Once you have set the alias...
# add to bashrc echo "" >> ~/.bashrc echo "# enable $APPNAME $APPVER TAB completion" >> ~/.bashrc echo "export PKG_TAB_COMPLETION=true" >> ~/.bashrc echo ". /etc/bash_completion.d/pkg 2>/dev/null" >> ~/.bashrc fi fi # make tmp dir writable by everyone if needed if [...
Aliases inzshwork just likealiases inbash. You declare an alias with thealias(built-in) command and it will work as a text replacement at the beginning of the command prompt: alias ll='ls -al' You can just copy your alias declarations from your.bash_profileor.bashrcto your.zshrc. I ha...
declare -gA ALL_REPO_DB_PATHS=()#ALL_REPO_DB_PATHS=()bname=''#Can't put the loop in the loop in a pipeline if you want to assign array values:#https://stackoverflow.com/questions/13091700/why-is-my-array-gone-after-exiting-loop #find / -wholename "$REPO_DB_FILE_DIR"/'Packages...
NotificationsYou must be signed in to change notification settings Fork19 Star17 Issues Files master configs etc home/morfik .config .conky .gnupg .ncmpcpp .oh-my-zsh/custom plugins themes 10-config.zsh 20-vars.zsh 50-aliases.zsh 80-hints.zsh ...