diff --git a/.bashrc b/.bashrc index e3502cc..95d0ec6 100644 --- a/.bashrc +++ b/.bashrc @@ -139,7 +139,7 @@ alias push="git push -u origin master" alias pull="git pull" alias gs="git status" alias gm="git commit -m" -alias rr="source ranger 2> /dev/null" +alias rr="rnr 2> /dev/null" alias ipc="ip --color a" alias ss="scrcpy -S" alias weather="curl https://wttr.in/Sacile" @@ -169,6 +169,11 @@ export PS1="$GREEN[\A \d]$CYAN\u$BLUE@\h $DEFAULT(\!):$YELLOW\w $PURPLE\n\$(pars export EDITOR='vim' export VISUAL='vim' + +# Language + LANG="it_IT.UTF-8" export LANG + export TERM=xterm-256color +source ~/.local/pipx/venvs/rnr/share/rnr/rnr.sh diff --git a/sway/config.d/autostart_applications b/sway/config.d/autostart_applications index 9f85cd7..018a4a2 100644 --- a/sway/config.d/autostart_applications +++ b/sway/config.d/autostart_applications @@ -20,7 +20,7 @@ exec hash dbus-update-activation-environment 2>/dev/null && \ # Autostart exec 'syncthing &' -exec 'nextcloud &' +exec 'nextcloud' exec 'gammastep -l 0:0 -o -b 0.9:0.9 &' exec_always 'autotiling -w 1 2 3 4 5 6 7 8 9 10' # https://man.archlinux.org/man/extra/gammastep/gammastep.1.en \ No newline at end of file