Add an alias for the file manager
This commit is contained in:
parent
30e0ccccf3
commit
75a2454393
1 changed files with 4 additions and 0 deletions
4
.aliases
4
.aliases
|
@ -16,6 +16,10 @@ hash sqlmap 2>/dev/null && alias sqlmap='sqlmap --user-agent="Mozilla/5.0 (compa
|
|||
hash sqlmap 2>/dev/null && alias sqlmap-tor='sqlmap --tor --tor-type=SOCKS5'
|
||||
hash steam 2>/dev/null && alias steam='find ~/.local/share/Steam/ \( -name "libgcc_s.so*" -o -name "libstdc++.so*" -o -name "libxcb.so*" -o -name "libgpg-error.so*" \) -print -delete; steam'
|
||||
|
||||
for name in 'thunar' 'pcmanfm'; do
|
||||
hash "$name" 2>/dev/null && alias xplorer="$name"
|
||||
done
|
||||
|
||||
if hash chromium 2>/dev/null; then
|
||||
chromium-tor() {
|
||||
killall chromium
|
||||
|
|
Loading…
Reference in a new issue