update dotfiles
This commit is contained in:
parent
695138d82f
commit
d658df5c50
7
.bashrc
7
.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
|
||||
|
|
|
@ -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
|
Loading…
Reference in New Issue