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"
|
# alias ohmyzsh="mate $HOME/.oh-my-zsh"
|
||||||
#
|
#
|
||||||
|
|
||||||
|
chmod +x "$HOME/.aliases/*"
|
||||||
|
|
||||||
# Git
|
# Git
|
||||||
source "$HOME/.aliases/git.sh"
|
source "$HOME/.aliases/git.sh"
|
||||||
|
|
||||||
@ -45,7 +47,7 @@ source "$HOME/.aliases/files.sh"
|
|||||||
# System Utils
|
# System Utils
|
||||||
alias systeminfo='neofetch'
|
alias systeminfo='neofetch'
|
||||||
alias monitoring='glances'
|
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"
|
alias sc="source $HOME/.zshrc"
|
||||||
|
|
||||||
# Infrastructure
|
# Infrastructure
|
||||||
|
Loading…
Reference in New Issue
Block a user