Remove individual redirects
This commit is contained in:
parent
2b1065d420
commit
9ccbde896f
1 changed files with 10 additions and 8 deletions
|
@ -16,14 +16,16 @@ sudo apt install keepass2
|
|||
# Set some aliases #
|
||||
####################
|
||||
|
||||
echo "alias lime2connect='ssh flyingscorpio@2px.info.tm'" >> ~/.bash_aliases
|
||||
echo "alias protonvpn='sudo protonvpn'" >> ~/.bash_aliases
|
||||
echo "alias fish='fish ~/.config/fish/functions/my_aliases.fish && fish'" >> ~/.bash_aliases
|
||||
echo "alias rm='rm --preserve-root'" >> ~/.bash_aliases
|
||||
echo "alias ll='ls -lArth'" >> ~/.bash_aliases
|
||||
echo "alias la='ls -A'" >> ~/.bash_aliases
|
||||
echo "alias l='ls -CF'" >> ~/.bash_aliases
|
||||
echo "alias tor-browser-start='/home/flyingscorpio/NetworkAndSecurity/tor-browser-linux64-9.0.4_en-US/tor-browser_en-US/Browser/start-tor-browser --detach'" >> ~/.bash_aliases
|
||||
{
|
||||
echo "alias lime2connect='ssh flyingscorpio@2px.info.tm'"
|
||||
echo "alias protonvpn='sudo protonvpn'"
|
||||
echo "alias fish='fish ~/.config/fish/functions/my_aliases.fish && fish'"
|
||||
echo "alias rm='rm --preserve-root'"
|
||||
echo "alias ll='ls -lArth'"
|
||||
echo "alias la='ls -A'"
|
||||
echo "alias l='ls -CF'"
|
||||
echo "alias tor-browser-start='/home/flyingscorpio/NetworkAndSecurity/tor-browser-linux64-9.0.4_en-US/tor-browser_en-US/Browser/start-tor-browser --detach'"
|
||||
} >> ~/.bash_aliases
|
||||
|
||||
|
||||
#####################
|
||||
|
|
Loading…
Add table
Reference in a new issue