mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-20 10:44:38 +10:00
1. Qtile panel theme with images, 2. Adding to Neovim config.
This commit is contained in:
6
.bashrc
6
.bashrc
@@ -8,7 +8,7 @@
|
||||
|
||||
PATH="$HOME/.local/bin${PATH:+:${PATH}}"
|
||||
EDITOR="nvim"
|
||||
export TERM="st"
|
||||
export TERM="st-256color"
|
||||
|
||||
[[ $- != *i* ]] && return
|
||||
|
||||
@@ -145,8 +145,8 @@ ex ()
|
||||
alias doas="doas --"
|
||||
|
||||
# navigation
|
||||
alias ..='cd ..' \
|
||||
...='cd ../..'
|
||||
alias ..='cd ..'
|
||||
alias ...='cd ../..'
|
||||
|
||||
# vim
|
||||
alias vim=nvim
|
||||
|
||||
Reference in New Issue
Block a user