make aliases executables
- chmod all files in git and when loading aliases
This commit is contained in:
parent
9d16247dfe
commit
4d5bfeeb49
0
dot_aliases/backlog.sh
Normal file → Executable file
0
dot_aliases/backlog.sh
Normal file → Executable file
0
dot_aliases/files.sh
Normal file → Executable file
0
dot_aliases/files.sh
Normal file → Executable file
0
dot_aliases/git.sh
Normal file → Executable file
0
dot_aliases/git.sh
Normal file → Executable file
0
dot_aliases/macos.sh
Normal file → Executable file
0
dot_aliases/macos.sh
Normal file → Executable file
0
dot_aliases/misc.sh
Normal file → Executable file
0
dot_aliases/misc.sh
Normal file → Executable file
0
dot_aliases/music.sh
Normal file → Executable file
0
dot_aliases/music.sh
Normal file → Executable file
0
dot_aliases/network.sh
Normal file → Executable file
0
dot_aliases/network.sh
Normal file → Executable file
0
dot_aliases/news.sh
Normal file → Executable file
0
dot_aliases/news.sh
Normal file → Executable file
0
dot_aliases/rss.sh
Normal file → Executable file
0
dot_aliases/rss.sh
Normal file → Executable file
0
dot_aliases/search.sh
Normal file → Executable file
0
dot_aliases/search.sh
Normal file → Executable file
0
dot_aliases/secure.sh
Normal file → Executable file
0
dot_aliases/secure.sh
Normal file → Executable file
0
dot_aliases/terraform.sh
Normal file → Executable file
0
dot_aliases/terraform.sh
Normal file → Executable file
0
dot_aliases/terragrunt.sh
Normal file → Executable file
0
dot_aliases/terragrunt.sh
Normal file → Executable file
0
dot_aliases/twitter.sh
Normal file → Executable file
0
dot_aliases/twitter.sh
Normal file → Executable file
@ -3,6 +3,8 @@
|
||||
# alias ohmyzsh="mate $HOME/.oh-my-zsh"
|
||||
#
|
||||
|
||||
chmod +x "$HOME/.aliases/*"
|
||||
|
||||
# Git
|
||||
source "$HOME/.aliases/git.sh"
|
||||
|
||||
@ -45,7 +47,7 @@ source "$HOME/.aliases/files.sh"
|
||||
# System Utils
|
||||
alias systeminfo='neofetch'
|
||||
alias monitoring='glances'
|
||||
alias reload="exec ${SHELL} -l" # Reload the shell (i.e. invoke as a login shell)
|
||||
alias reload="exec ${SHELL} -l" # Reload the shell (i.e. invoke as a login shell)
|
||||
alias sc="source $HOME/.zshrc"
|
||||
|
||||
# Infrastructure
|
||||
|
Loading…
Reference in New Issue
Block a user