diff options
author | xengineering <me@xengineering.eu> | 2022-05-24 19:45:50 +0200 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2022-05-24 19:45:50 +0200 |
commit | 77d3339f8b8c4871a0f52ac382e75cc17ef1dbed (patch) | |
tree | 6e56f7b39789afcd500c171f9515daac2b0ce7dd | |
parent | a45a4edb11de5f9133d8babd18922737504216cb (diff) | |
download | dotfiles-77d3339f8b8c4871a0f52ac382e75cc17ef1dbed.tar dotfiles-77d3339f8b8c4871a0f52ac382e75cc17ef1dbed.tar.zst dotfiles-77d3339f8b8c4871a0f52ac382e75cc17ef1dbed.zip |
Add khali alias
-rw-r--r-- | .bashrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -25,6 +25,7 @@ alias ranger='ranger --choosedir=$HOME/.local/share/ranger/lastdir && cd "$(cat alias music="cd ~/Musik && ranger || echo '~/Musik does not exist'" alias bt="bluetoothctl" alias mymail="offlineimap && aerc && offlineimap" +alias khali="khal interactive" # extend PATH with my private and public scripts (location based on XDG) |