diff options
| author | Blake Romero <blake@developercraft.com> | 2025-10-29 15:21:36 +0000 |
|---|---|---|
| committer | Blake Romero <blake@developercraft.com> | 2025-10-29 15:21:36 +0000 |
| commit | 4969574928c6ed5d11a55310226d561b15466e99 (patch) | |
| tree | c4235fdc638e4a7e37755f99f70ba7d34c8efef0 /bashrc | |
| parent | 888240a48d89d410044e802a9d3af5f8b063c2b0 (diff) | |
Diffstat (limited to 'bashrc')
| -rw-r--r-- | bashrc | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -6,6 +6,9 @@ # If not running interactively, don't do anything [[ $- != *i* ]] && return +# Load aliases +[[ -f ~/.bash_aliases ]] && source ~/.bash_aliases + # Disable suspend/resume (ctrl-s, ctrl-q) stty -ixon @@ -44,6 +47,3 @@ function branch() { } export PS1="[$user@$host in $dir\$(branch)] " -# Load aliases -[[ -f ~/.bash_aliases ]] && source ~/.bash_aliases - |
