make aliases executables

- chmod all files in git and when loading aliases
This commit is contained in:
MorganGeek 2020-07-13 07:43:20 +02:00
parent 9d16247dfe
commit 4d5bfeeb49
15 changed files with 3 additions and 1 deletions

0
dot_aliases/backlog.sh Normal file → Executable file
View File

0
dot_aliases/files.sh Normal file → Executable file
View File

0
dot_aliases/git.sh Normal file → Executable file
View File

0
dot_aliases/macos.sh Normal file → Executable file
View File

0
dot_aliases/misc.sh Normal file → Executable file
View File

0
dot_aliases/music.sh Normal file → Executable file
View File

0
dot_aliases/network.sh Normal file → Executable file
View File

0
dot_aliases/news.sh Normal file → Executable file
View File

0
dot_aliases/rss.sh Normal file → Executable file
View File

0
dot_aliases/search.sh Normal file → Executable file
View File

0
dot_aliases/secure.sh Normal file → Executable file
View File

0
dot_aliases/terraform.sh Normal file → Executable file
View File

0
dot_aliases/terragrunt.sh Normal file → Executable file
View File

0
dot_aliases/twitter.sh Normal file → Executable file
View File

View 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