diff options
Diffstat (limited to 'home/xyz/.bashrc')
-rw-r--r-- | home/xyz/.bashrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/home/xyz/.bashrc b/home/xyz/.bashrc index d11a526f..e93a1294 100644 --- a/home/xyz/.bashrc +++ b/home/xyz/.bashrc @@ -35,6 +35,7 @@ alias ls='ls --color=auto' alias radeontop='radeontop -c' alias rm='rm -I' alias sdcv='sdcv --color' +alias tree='tree -a' # /dev/ttyACM0 can be in config file, or as environmantal variable, see /usr/share/doc/adafruit-ampy/README.md alias ap='sudo ampy -p /dev/ttyACM0' |