diff options
-rw-r--r-- | Shell/bash_aliases | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Shell/bash_aliases b/Shell/bash_aliases index b2c0874..4882f96 100644 --- a/Shell/bash_aliases +++ b/Shell/bash_aliases @@ -1,6 +1,6 @@ #if you wanna change timezone just copy one of /usr/share/zoneinfo/place to /etc/localtime -alias sp='chromium --app=https://play.spotify.com' +alias sp='spotify --force-device-scale-factor=2 &! exit' alias wa='chromium --app=https://web.whatsapp.com' alias serial='screen /dev/$(basename $(ls /dev/ttyAC*|tail -1)) 9600n' |