master
Alessandro Mauri 4 years ago
parent 140bb6ca79
commit 160dd92172
  1. 6
      conf/home/bashrc
  2. 3
      startw

@ -3,6 +3,9 @@
# If not running interactively, don't do anything
[[ $- != *i* ]] && return
ufetch
echo -e \\n \\e[10{0..7}m\ \ \\e[m \\n \\e[4{0..7}m\ \ \\e[m \\n
bind "set completion-ignore-case on"
bind "set show-all-if-ambiguous on"
bind "set mark-symlinked-directories on"
@ -12,7 +15,8 @@ alias la='ls --color=auto -lAh'
alias gad='git add .'
alias gs='git status'
alias gp='git push'
alias gco='git commit'
alias rm='rm -i'
alias mv='mv -i'
PS1='\[\033[33m\][\u] \[\033[1;34m\]\W λ \[\033[0;00m\]'
PS1='\[\033[33m\][\u] \[\033[1;34m\]\W $ \[\033[0;00m\]'

@ -80,6 +80,7 @@ export VDPAU_DRIVER=radeonsi
export WPA_CLI_INTERFACE=wlp2s0
# Set the editor
export EDITOR=vim
export VISUAL=vim
# Application compatibility
export GIO_USE_VFS="local"
export GIO_USE_VOLUME_MONITOR="unix"
@ -98,6 +99,8 @@ export CARGO_HOME="$XDG_DATA_HOME"/cargo
export SCRIPT_DIR="$XDG_CONFIG_HOME"/scripts
# Ignore same input in histroy
export HISTCONTROL=ignoreboth
# Set WM variable for ufetch
export WM=sway
# Do NOT uncomment this, breaks stuff
# export GDK_BACKEND=wayland

Loading…
Cancel
Save