X-Git-Url: https://git.nskm.xyz/?p=dotfiles;a=blobdiff_plain;f=.bash_aliases;h=d5b91fc0170aadb64cf90fda65656570d2f1d5e9;hp=9e6dc87327ff428f3eeeddd09fe6da33bbe1154b;hb=873e481ec4b512f4380bae1231c82215f0783f90;hpb=5b537d37dfeec87db32b92081f46397c59195282 diff --git a/.bash_aliases b/.bash_aliases index 9e6dc87..d5b91fc 100644 --- a/.bash_aliases +++ b/.bash_aliases @@ -1,5 +1,7 @@ #!/bin/sh +alias my_list_files_installed_by="dpkg -L " + alias beroot="sudo -i" alias my_init_system="ps -p 1 -o command" alias my_share_tty='gotty tmux new -A -s go_tty bash'