diff options
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 |