Commit 979d6970366b0281c46b1a4c886c325c2ae23dfc

Authored by mj
1 parent 1889e11654
Exists in master and in 2 other branches 02-merge, dev

[IMP] alias by

Showing 1 changed file with 3 additions and 0 deletions Side-by-side Diff

dotfiles/bash_aliases.sh
1 1 #@IgnoreInspection AddShebang
  2 +
  3 +alias by="byobu"
  4 +
2 5 # nav:
3 6 alias ..="cd ../"
4 7 alias ...="cd ../../"