diff options
author | xyz <gky44px1999@gmail.com> | 2022-09-13 18:20:30 -0700 |
---|---|---|
committer | xyz <gky44px1999@gmail.com> | 2022-09-13 18:20:30 -0700 |
commit | a21302d26253351e296a9df01698cd2375bc1ffe (patch) | |
tree | 75aea65b7a707a21c30c88def7e6fac294a76043 /home/xyz/.bashrc | |
parent | 19faf400f00c83356e04fb6e7802fdacf5d456af (diff) |
alias op
Diffstat (limited to 'home/xyz/.bashrc')
-rw-r--r-- | home/xyz/.bashrc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/home/xyz/.bashrc b/home/xyz/.bashrc index 43f8000b..aa510897 100644 --- a/home/xyz/.bashrc +++ b/home/xyz/.bashrc @@ -73,6 +73,8 @@ alias g=git alias l='\ls --color=auto -A --group-directories-first' alias ll='\ls --color=auto -lAh --group-directories-first' alias m=man +# temporary solution +alias op='o "$PWD"' alias p=pacman alias pt=pactree alias pu=paru |