bling
This commit is contained in:
parent
140bb6ca79
commit
160dd92172
@ -3,6 +3,9 @@
|
|||||||
# If not running interactively, don't do anything
|
# If not running interactively, don't do anything
|
||||||
[[ $- != *i* ]] && return
|
[[ $- != *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 completion-ignore-case on"
|
||||||
bind "set show-all-if-ambiguous on"
|
bind "set show-all-if-ambiguous on"
|
||||||
bind "set mark-symlinked-directories on"
|
bind "set mark-symlinked-directories on"
|
||||||
@ -12,7 +15,8 @@ alias la='ls --color=auto -lAh'
|
|||||||
alias gad='git add .'
|
alias gad='git add .'
|
||||||
alias gs='git status'
|
alias gs='git status'
|
||||||
alias gp='git push'
|
alias gp='git push'
|
||||||
|
alias gco='git commit'
|
||||||
alias rm='rm -i'
|
alias rm='rm -i'
|
||||||
alias mv='mv -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\]'
|
||||||
|
3
startw
3
startw
@ -80,6 +80,7 @@ export VDPAU_DRIVER=radeonsi
|
|||||||
export WPA_CLI_INTERFACE=wlp2s0
|
export WPA_CLI_INTERFACE=wlp2s0
|
||||||
# Set the editor
|
# Set the editor
|
||||||
export EDITOR=vim
|
export EDITOR=vim
|
||||||
|
export VISUAL=vim
|
||||||
# Application compatibility
|
# Application compatibility
|
||||||
export GIO_USE_VFS="local"
|
export GIO_USE_VFS="local"
|
||||||
export GIO_USE_VOLUME_MONITOR="unix"
|
export GIO_USE_VOLUME_MONITOR="unix"
|
||||||
@ -98,6 +99,8 @@ export CARGO_HOME="$XDG_DATA_HOME"/cargo
|
|||||||
export SCRIPT_DIR="$XDG_CONFIG_HOME"/scripts
|
export SCRIPT_DIR="$XDG_CONFIG_HOME"/scripts
|
||||||
# Ignore same input in histroy
|
# Ignore same input in histroy
|
||||||
export HISTCONTROL=ignoreboth
|
export HISTCONTROL=ignoreboth
|
||||||
|
# Set WM variable for ufetch
|
||||||
|
export WM=sway
|
||||||
|
|
||||||
# Do NOT uncomment this, breaks stuff
|
# Do NOT uncomment this, breaks stuff
|
||||||
# export GDK_BACKEND=wayland
|
# export GDK_BACKEND=wayland
|
||||||
|
Loading…
Reference in New Issue
Block a user