diff options
| author | boom2 <blizzack@blizzack.com> | 2023-12-08 14:12:33 -0500 |
|---|---|---|
| committer | boom2 <blizzack@blizzack.com> | 2023-12-08 14:12:33 -0500 |
| commit | d8a7729358a2fd3b911022e45d0197fda3e5da94 (patch) | |
| tree | f75d69bcd7b08a9bebf325c037e4557c61a958e2 /home/.ansible/roles/bash_config_old/files/.bash_aliases | |
| parent | 2fd6a845dfe9ed6b3189c247928dc87d8f76d01a (diff) | |
- add exeriments for:
- roles
- variables
- inventory changes
- config changes
Diffstat (limited to 'home/.ansible/roles/bash_config_old/files/.bash_aliases')
| -rw-r--r-- | home/.ansible/roles/bash_config_old/files/.bash_aliases | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/home/.ansible/roles/bash_config_old/files/.bash_aliases b/home/.ansible/roles/bash_config_old/files/.bash_aliases new file mode 100644 index 0000000..37d8775 --- /dev/null +++ b/home/.ansible/roles/bash_config_old/files/.bash_aliases @@ -0,0 +1,10 @@ +# navigation +alias ls='/bin/ls $LS_OPTIONS' +alias ll='ls -al --color=auto' + +# applications +alias vi=/usr/bin/vim +alias mc='. /usr/share/mc/bin/mc-wrapper.sh' + +# git +alias gstat='git status' |
