mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-24 03:50:24 +10:00
Minor edits.
This commit is contained in:
5
.bashrc
5
.bashrc
@@ -7,7 +7,7 @@
|
|||||||
# My bash config. Not much to see here. Some pretty standard stuff.
|
# My bash config. Not much to see here. Some pretty standard stuff.
|
||||||
|
|
||||||
PATH="$HOME/.local/bin${PATH:+:${PATH}}"
|
PATH="$HOME/.local/bin${PATH:+:${PATH}}"
|
||||||
EDITOR="vim"
|
EDITOR="nvim"
|
||||||
export TERM="st"
|
export TERM="st"
|
||||||
|
|
||||||
[[ $- != *i* ]] && return
|
[[ $- != *i* ]] && return
|
||||||
@@ -148,6 +148,9 @@ alias doas="doas --"
|
|||||||
alias ..='cd ..' \
|
alias ..='cd ..' \
|
||||||
...='cd ../..'
|
...='cd ../..'
|
||||||
|
|
||||||
|
# vim
|
||||||
|
alias vim=nvim
|
||||||
|
|
||||||
# broot
|
# broot
|
||||||
alias br='br -dhp'
|
alias br='br -dhp'
|
||||||
alias bs='br --sizes'
|
alias bs='br --sizes'
|
||||||
|
|||||||
@@ -110,7 +110,7 @@ local filemanager = "thunar"
|
|||||||
local mailclient = "geary"
|
local mailclient = "geary"
|
||||||
local mediaplayer = "vlc"
|
local mediaplayer = "vlc"
|
||||||
local scrlocker = "slimlock"
|
local scrlocker = "slimlock"
|
||||||
local terminal = "alacritty"
|
local terminal = "st"
|
||||||
local virtualmachine = "virtualbox"
|
local virtualmachine = "virtualbox"
|
||||||
|
|
||||||
-- awesome variables
|
-- awesome variables
|
||||||
|
|||||||
@@ -120,4 +120,4 @@ case "$choice" in
|
|||||||
exit 1
|
exit 1
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
st -e vim "$choice"
|
st -e nvim "$choice"
|
||||||
|
|||||||
Reference in New Issue
Block a user