diff options
| author | boom2 <blizzack@blizzack.com> | 2023-11-22 22:39:56 -0500 |
|---|---|---|
| committer | boom2 <blizzack@blizzack.com> | 2023-11-22 22:39:56 -0500 |
| commit | d00dff82886992cdad94ac70bc438ec5b2bda1a2 (patch) | |
| tree | fc6e286816e8aaf48043b92fd81fc109569989f5 /ansible-practice/system/.bash_aliases | |
| parent | 74b826b2e9783df019eea265772746cab691ce54 (diff) | |
more playbooks related to bash configs
Diffstat (limited to 'ansible-practice/system/.bash_aliases')
| -rw-r--r-- | ansible-practice/system/.bash_aliases | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ansible-practice/system/.bash_aliases b/ansible-practice/system/.bash_aliases new file mode 100644 index 0000000..ad4cd25 --- /dev/null +++ b/ansible-practice/system/.bash_aliases @@ -0,0 +1,9 @@ +# navigation +alias ls='ls --color=auto' +alias ll='ls -al --color=auto' + +# applications +alias vi=/usr/bin/vim + +# git +alias gstat='git status' |
