mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-24 12:00:24 +10:00
Minor changes.
This commit is contained in:
2
.bashrc
2
.bashrc
@@ -9,6 +9,7 @@
|
|||||||
PATH="$HOME/.local/bin${PATH:+:${PATH}}"
|
PATH="$HOME/.local/bin${PATH:+:${PATH}}"
|
||||||
EDITOR="nvim"
|
EDITOR="nvim"
|
||||||
export TERM="st-256color"
|
export TERM="st-256color"
|
||||||
|
export HISTCONTROL=ignoredups:erasedups # no duplicate entries
|
||||||
|
|
||||||
[[ $- != *i* ]] && return
|
[[ $- != *i* ]] && return
|
||||||
|
|
||||||
@@ -143,6 +144,7 @@ ex ()
|
|||||||
|
|
||||||
# root privileges
|
# root privileges
|
||||||
alias doas="doas --"
|
alias doas="doas --"
|
||||||
|
alias sudo='sudo '
|
||||||
|
|
||||||
# navigation
|
# navigation
|
||||||
alias ..='cd ..'
|
alias ..='cd ..'
|
||||||
|
|||||||
@@ -203,6 +203,11 @@ keys = [
|
|||||||
desc='Dmenu scrot script'
|
desc='Dmenu scrot script'
|
||||||
),
|
),
|
||||||
### My applications launched with SUPER + ALT + KEY
|
### My applications launched with SUPER + ALT + KEY
|
||||||
|
Key(
|
||||||
|
[mod, "mod1"], "b",
|
||||||
|
lazy.spawn("tabbed -r 2 surf -pe x '.surf/html/homepage.html'"),
|
||||||
|
desc='lynx browser'
|
||||||
|
),
|
||||||
Key(
|
Key(
|
||||||
[mod, "mod1"], "l",
|
[mod, "mod1"], "l",
|
||||||
lazy.spawn(myTerm+" -e lynx gopher://distro.tube"),
|
lazy.spawn(myTerm+" -e lynx gopher://distro.tube"),
|
||||||
|
|||||||
Reference in New Issue
Block a user