diff options
author | xengineering <me@xengineering.eu> | 2022-05-02 07:43:42 +0200 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2022-05-02 07:43:42 +0200 |
commit | 2c7c02d6656cd77d3f08cd17905a0e6cbad2bfbd (patch) | |
tree | e48a7d7b236e1aba37068d35b92ca0a1fe67313f | |
parent | e520e5d46287457acc200db7968e445be42df8f7 (diff) | |
download | dotfiles-2c7c02d6656cd77d3f08cd17905a0e6cbad2bfbd.tar dotfiles-2c7c02d6656cd77d3f08cd17905a0e6cbad2bfbd.tar.zst dotfiles-2c7c02d6656cd77d3f08cd17905a0e6cbad2bfbd.zip |
Add alias mymail (offlineimap and aerc)
-rw-r--r-- | .bashrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -24,6 +24,7 @@ alias wlrecord='wf-recorder -a -g "$(slurp)"' alias ranger='ranger --choosedir=$HOME/.local/share/ranger/lastdir && cd "$(cat $HOME/.local/share/ranger/lastdir)"' alias music="cd ~/Musik && ranger || echo '~/Musik does not exist'" alias bt="bluetoothctl" +alias mymail="offlineimap && aerc && offlineimap" # extend PATH with my private and public scripts (location based on XDG) |