diff --git a/dots/bash/.bashrc b/dots/bash/.bashrc index 791e9a6..81f40c9 100644 --- a/dots/bash/.bashrc +++ b/dots/bash/.bashrc @@ -23,9 +23,7 @@ eval "$(jump shell --bind=j)" # miscellaneous aliases # --- -alias azurevpnclient="/opt/microsoft/microsoft-azurevpnclient/microsoft-azurevpnclient" alias ct="sudo ct" -alias dbgate="/home/poq/syncDir/quick/swas/installationFiles/dbGate/dbgate-latest.AppImage" alias dr="dragon-drop --and-exit --all --print-path" alias du="du --summarize --human-readable" alias dus="du --summarize --human-readable * | sort -h" @@ -38,17 +36,21 @@ alias keymap="setxkbmap -model pc105 -layout us,no -option grp:caps_toggle,grp_l alias keyringreset="trash-put /home/poq/.local/share/keyrings/*.keyrings" alias lock="xautolock -locknow" alias ls='ls --color=auto' -alias luna="~/syncDir/quick/swas/installationFiles/lunaModeler/Luna\ Modeler-10.1.0-x86_64.AppImage" alias mamapscii='telnet mapscii.me' alias myip="echo $(wget http://ipinfo.io/ip -qO -)" alias nr="nitrogen --restore" alias sb="source ~/.bashrc" -alias threema="/opt/threema-desktop-beta/ThreemaDesktopLauncher" alias tp-empty="trash-empty" alias tp-list="tree ~/.local/share/Trash/" alias tp-restore="trash-restore" alias tp="tp.sh" alias tree="tree --du -h" + +#alias azurevpnclient="/opt/microsoft/microsoft-azurevpnclient/microsoft-azurevpnclient" +alias dbgate="/home/poq/syncDir/quick/swas/installationFiles/dbGate/dbgate-latest.AppImage" +alias luna="~/syncDir/quick/swas/installationFiles/lunaModeler/Luna\ Modeler-10.1.0-x86_64.AppImage" +#alias threema="/opt/threema-desktop-beta/ThreemaDesktopLauncher" + #alias cp="cp -i" # confirm before overwriting something #alias df='df -h' # human-readable sizes #alias dpi="xrandr --dpi"